#196129

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

Shades of Crusoe #196129

Tints of Crusoe #196129

Color information

#196129 (or 0x196129) is unknown color: approx Crusoe. HEX triplet: 19, 61 and 29. RGB value is (25,97,41). Sum of RGB (Red+Green+Blue) = 25+97+41=163 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.34% from 163); Green value is 97 (38.28% from 255 or 59.51% from 163); Blue value is 41 (16.41% from 255 or 25.15% from 163); Max value from RGB is 97 - color contains mainly: green. Hex color #196129 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196129 is #E69ED6. Grayscale: #454545. Windows color (decimal): -15113943 or 2711833. OLE color: 2711833.

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

Color convert

RGB259741-
CMYK0.7400.580.62
HSL133.33º59.02%23.92%-
HSV(B)133.33º74.23%38.04%-
XYZ5.088.923.55-
YUV69.09112.1596.55-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.34%
GREEN value IS 97 (38.28% from 255) = 59.51%
BLUE value IS 41 (16.41% from 255) = 25.15%
R=15.34%
G=59.51%
B=25.15%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2597410.7400.580.62133.3359.0223.92
Hex1961294A03A3E853b18
Octal3114151112072762057330
Binary110011100001101001100101001110101111101000010111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196129; }

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

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

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

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

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

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

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

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