#096332

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

Shades of Crusoe #096332

Tints of Crusoe #096332

Color information

#096332 (or 0x096332) is unknown color: approx Crusoe. HEX triplet: 09, 63 and 32. RGB value is (9,99,50). Sum of RGB (Red+Green+Blue) = 9+99+50=158 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.70% from 158); Green value is 99 (39.06% from 255 or 62.66% from 158); Blue value is 50 (19.92% from 255 or 31.65% from 158); Max value from RGB is 99 - color contains mainly: green. Hex color #096332 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096332 is #F69CCD. Grayscale: #424242. Windows color (decimal): -16161998 or 3302153. OLE color: 3302153.

HSL color Cylindrical-coordinate representation of color #096332: hue angle of 147.33º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096332 is Cyan = 0.91, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.61.

Color convert

RGB99950-
CMYK0.9100.490.61
HSL147.33º83.33%21.18%-
HSV(B)147.33º90.91%38.82%-
XYZ5.159.214.52-
YUV66.5118.6886.98-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.70%
GREEN value IS 99 (39.06% from 255) = 62.66%
BLUE value IS 50 (19.92% from 255) = 31.65%
R=5.70%
G=62.66%
B=31.65%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal999500.9100.490.61147.3383.3321.18
Hex963325B0313D935315
Octal11143621330617522312325
Binary100111000111100101011011011000111110110010011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096332; }

 p { color: rgb(9,99,50); }

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

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

 a { background-color: rgb(9,99,50); }

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

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

 span { border-color: rgb(9,99,50); }

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