#13763C

Color #13763C Dark Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Spring Green #13763C

Tints of Dark Spring Green #13763C

Color information

#13763C (or 0x13763C) is unknown color: approx Dark Spring Green. HEX triplet: 13, 76 and 3C. RGB value is (19,118,60). Sum of RGB (Red+Green+Blue) = 19+118+60=197 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.64% from 197); Green value is 118 (46.48% from 255 or 59.90% from 197); Blue value is 60 (23.83% from 255 or 30.46% from 197); Max value from RGB is 118 - color contains mainly: green. Hex color #13763C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13763C is #EC89C3. Grayscale: #515151. Windows color (decimal): -15501764 or 3962387. OLE color: 3962387.

HSL color Cylindrical-coordinate representation of color #13763C: hue angle of 144.85º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #13763C is Cyan = 0.84, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB1911860-
CMYK0.8400.490.54
HSL144.85º72.26%26.86%-
HSV(B)144.85º83.9%46.27%-
XYZ7.5613.426.47-
YUV81.79115.783.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 19 (7.81% from 255) = 9.64%
GREEN value IS 118 (46.48% from 255) = 59.90%
BLUE value IS 60 (23.83% from 255) = 30.46%
R=9.64%
G=59.90%
B=30.46%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal19118600.8400.490.54144.8572.2626.86
Hex13763C540313691481b
Octal23166741240616622111033
Binary1001111101101111001010100011000111011010010001100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13763C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13763C; }

 p { color: rgb(19,118,60); }

 H1.HeaderClassName
 {
   color: #13763C;
 }
 .AnyTagClassName
 {
   color: #13763C;
 }
</style>
background-color css

<style>
 a { background-color: #13763C; }

 a { background-color: rgb(19,118,60); }

 div.DivClassName
 {
   background-color: #13763C;
 }
 .BgClassName
 {
   background-color: #13763C;
 }
</style>
border-color css

<style>
 span { border-color: #13763C; }

 span { border-color: rgb(19,118,60); }

 td.TdClassName
 {
   border-color: #13763C;
 }
 .TagClassName
 {
   border-color: #13763C;
 }
</style>