#19602C

Color #19602C Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #19602C

Tints of Crusoe #19602C

Color information

#19602C (or 0x19602C) is unknown color: approx Crusoe. HEX triplet: 19, 60 and 2C. RGB value is (25,96,44). Sum of RGB (Red+Green+Blue) = 25+96+44=165 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.15% from 165); Green value is 96 (37.89% from 255 or 58.18% from 165); Blue value is 44 (17.58% from 255 or 26.67% from 165); Max value from RGB is 96 - color contains mainly: green. Hex color #19602C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19602C is #E69FD3. Grayscale: #444444. Windows color (decimal): -15114196 or 2908185. OLE color: 2908185.

HSL color Cylindrical-coordinate representation of color #19602C: hue angle of 136.06º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #19602C is Cyan = 0.74, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB259644-
CMYK0.7400.540.62
HSL136.06º58.68%23.73%-
HSV(B)136.06º73.96%37.65%-
XYZ5.048.753.81-
YUV68.84113.9896.73-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.15%
GREEN value IS 96 (37.89% from 255) = 58.18%
BLUE value IS 44 (17.58% from 255) = 26.67%
R=15.15%
G=58.18%
B=26.67%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2596440.7400.540.62136.0658.6823.73
Hex19602C4A0363E883b18
Octal3114054112066762107330
Binary110011100000101100100101001101101111101000100011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19602C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,96,44); }

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

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

 a { background-color: rgb(25,96,44); }

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

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

 span { border-color: rgb(25,96,44); }

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