#196224

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

Shades of Crusoe #196224

Tints of Crusoe #196224

Color information

#196224 (or 0x196224) is unknown color: approx Crusoe. HEX triplet: 19, 62 and 24. RGB value is (25,98,36). Sum of RGB (Red+Green+Blue) = 25+98+36=159 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.72% from 159); Green value is 98 (38.67% from 255 or 61.64% from 159); Blue value is 36 (14.45% from 255 or 22.64% from 159); Max value from RGB is 98 - color contains mainly: green. Hex color #196224 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196224 is #E69DDB. Grayscale: #454545. Windows color (decimal): -15113692 or 2384409. OLE color: 2384409.

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

Color convert

RGB259836-
CMYK0.7400.630.62
HSL129.04º59.35%24.12%-
HSV(B)129.04º74.49%38.43%-
XYZ5.099.073.15-
YUV69.1109.3296.54-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.72%
GREEN value IS 98 (38.67% from 255) = 61.64%
BLUE value IS 36 (14.45% from 255) = 22.64%
R=15.72%
G=61.64%
B=22.64%

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
Decimal2598360.7400.630.62129.0459.3524.12
Hex1962244A03F3E813b18
Octal3114244112077762017330
Binary110011100010100100100101001111111111101000000111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196224; }

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

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

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

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

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

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

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

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