#196032

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

Shades of Crusoe #196032

Tints of Crusoe #196032

Color information

#196032 (or 0x196032) is unknown color: approx Crusoe. HEX triplet: 19, 60 and 32. RGB value is (25,96,50). Sum of RGB (Red+Green+Blue) = 25+96+50=171 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.62% from 171); Green value is 96 (37.89% from 255 or 56.14% from 171); Blue value is 50 (19.92% from 255 or 29.24% from 171); Max value from RGB is 96 - color contains mainly: green. Hex color #196032 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196032 is #E69FCD. Grayscale: #454545. Windows color (decimal): -15114190 or 3301401. OLE color: 3301401.

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

Color convert

RGB259650-
CMYK0.7400.480.62
HSL141.13º58.68%23.73%-
HSV(B)141.13º73.96%37.65%-
XYZ5.168.84.44-
YUV69.53116.9896.24-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.62%
GREEN value IS 96 (37.89% from 255) = 56.14%
BLUE value IS 50 (19.92% from 255) = 29.24%
R=14.62%
G=56.14%
B=29.24%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2596500.7400.480.62141.1358.6823.73
Hex1960324A0303E8d3b18
Octal3114062112060762157330
Binary110011100000110010100101001100001111101000110111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196032; }

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

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

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

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

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

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

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

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