#196226

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

Shades of Crusoe #196226

Tints of Crusoe #196226

Color information

#196226 (or 0x196226) is unknown color: approx Crusoe. HEX triplet: 19, 62 and 26. RGB value is (25,98,38). Sum of RGB (Red+Green+Blue) = 25+98+38=161 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.53% from 161); Green value is 98 (38.67% from 255 or 60.87% from 161); Blue value is 38 (15.23% from 255 or 23.60% from 161); Max value from RGB is 98 - color contains mainly: green. Hex color #196226 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196226 is #E69DD9. Grayscale: #454545. Windows color (decimal): -15113690 or 2515481. OLE color: 2515481.

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

Color convert

RGB259838-
CMYK0.7400.610.62
HSL130.68º59.35%24.12%-
HSV(B)130.68º74.49%38.43%-
XYZ5.129.083.32-
YUV69.33110.3296.38-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.53%
GREEN value IS 98 (38.67% from 255) = 60.87%
BLUE value IS 38 (15.23% from 255) = 23.60%
R=15.53%
G=60.87%
B=23.60%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2598380.7400.610.62130.6859.3524.12
Hex1962264A03D3E833b18
Octal3114246112075762037330
Binary110011100010100110100101001111011111101000001111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196226; }

 p { color: rgb(25,98,38); }

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

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

 a { background-color: rgb(25,98,38); }

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

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

 span { border-color: rgb(25,98,38); }

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