#196232

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

Shades of Crusoe #196232

Tints of Crusoe #196232

Color information

#196232 (or 0x196232) is unknown color: approx Crusoe. HEX triplet: 19, 62 and 32. RGB value is (25,98,50). Sum of RGB (Red+Green+Blue) = 25+98+50=173 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.45% from 173); Green value is 98 (38.67% from 255 or 56.65% from 173); Blue value is 50 (19.92% from 255 or 28.90% from 173); Max value from RGB is 98 - color contains mainly: green. Hex color #196232 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196232 is #E69DCD. Grayscale: #464646. Windows color (decimal): -15113678 or 3301913. OLE color: 3301913.

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

Color convert

RGB259850-
CMYK0.7400.490.62
HSL140.55º59.35%24.12%-
HSV(B)140.55º74.49%38.43%-
XYZ5.349.174.51-
YUV70.7116.3295.4-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.45%
GREEN value IS 98 (38.67% from 255) = 56.65%
BLUE value IS 50 (19.92% from 255) = 28.90%
R=14.45%
G=56.65%
B=28.90%

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
Decimal2598500.7400.490.62140.5559.3524.12
Hex1962324A0313E8d3b18
Octal3114262112061762157330
Binary110011100010110010100101001100011111101000110111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196232; }

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

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

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

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

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

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

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

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