#196124

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

Shades of Crusoe #196124

Tints of Crusoe #196124

Color information

#196124 (or 0x196124) is unknown color: approx Crusoe. HEX triplet: 19, 61 and 24. RGB value is (25,97,36). Sum of RGB (Red+Green+Blue) = 25+97+36=158 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.82% from 158); Green value is 97 (38.28% from 255 or 61.39% from 158); Blue value is 36 (14.45% from 255 or 22.78% from 158); Max value from RGB is 97 - color contains mainly: green. Hex color #196124 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196124 is #E69EDB. Grayscale: #444444. Windows color (decimal): -15113948 or 2384153. OLE color: 2384153.

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

Color convert

RGB259736-
CMYK0.7400.630.62
HSL129.17º59.02%23.92%-
HSV(B)129.17º74.23%38.04%-
XYZ4.998.883.12-
YUV68.52109.6596.96-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.82%
GREEN value IS 97 (38.28% from 255) = 61.39%
BLUE value IS 36 (14.45% from 255) = 22.78%
R=15.82%
G=61.39%
B=22.78%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2597360.7400.630.62129.1759.0223.92
Hex1961244A03F3E813b18
Octal3114144112077762017330
Binary110011100001100100100101001111111111101000000111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196124; }

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

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

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

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

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

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

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

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