#19612C

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

Shades of Crusoe #19612C

Tints of Crusoe #19612C

Color information

#19612C (or 0x19612C) is unknown color: approx Crusoe. HEX triplet: 19, 61 and 2C. RGB value is (25,97,44). Sum of RGB (Red+Green+Blue) = 25+97+44=166 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.06% from 166); Green value is 97 (38.28% from 255 or 58.43% from 166); Blue value is 44 (17.58% from 255 or 26.51% from 166); Max value from RGB is 97 - color contains mainly: green. Hex color #19612C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19612C is #E69ED3. Grayscale: #454545. Windows color (decimal): -15113940 or 2908441. OLE color: 2908441.

HSL color Cylindrical-coordinate representation of color #19612C: hue angle of 135.83º 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 #19612C is Cyan = 0.74, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB259744-
CMYK0.7400.550.62
HSL135.83º59.02%23.92%-
HSV(B)135.83º74.23%38.04%-
XYZ5.138.943.84-
YUV69.43113.6596.31-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.06%
GREEN value IS 97 (38.28% from 255) = 58.43%
BLUE value IS 44 (17.58% from 255) = 26.51%
R=15.06%
G=58.43%
B=26.51%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2597440.7400.550.62135.8359.0223.92
Hex19612C4A0373E883b18
Octal3114154112067762107330
Binary110011100001101100100101001101111111101000100011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19612C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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