#196131

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

Shades of Crusoe #196131

Tints of Crusoe #196131

Color information

#196131 (or 0x196131) is unknown color: approx Crusoe. HEX triplet: 19, 61 and 31. RGB value is (25,97,49). Sum of RGB (Red+Green+Blue) = 25+97+49=171 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.62% from 171); Green value is 97 (38.28% from 255 or 56.73% from 171); Blue value is 49 (19.53% from 255 or 28.65% from 171); Max value from RGB is 97 - color contains mainly: green. Hex color #196131 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196131 is #E69ECE. Grayscale: #464646. Windows color (decimal): -15113935 or 3236121. OLE color: 3236121.

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

Color convert

RGB259749-
CMYK0.7400.490.62
HSL140º59.02%23.92%-
HSV(B)140º74.23%38.04%-
XYZ5.238.984.36-
YUV70116.1595.9-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.62%
GREEN value IS 97 (38.28% from 255) = 56.73%
BLUE value IS 49 (19.53% from 255) = 28.65%
R=14.62%
G=56.73%
B=28.65%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2597490.7400.490.6214059.0223.92
Hex1961314A0313E8c3b18
Octal3114161112061762147330
Binary110011100001110001100101001100011111101000110011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196131; }

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

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

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

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

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

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

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

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