#096132

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

Shades of Crusoe #096132

Tints of Crusoe #096132

Color information

#096132 (or 0x096132) is unknown color: approx Crusoe. HEX triplet: 09, 61 and 32. RGB value is (9,97,50). Sum of RGB (Red+Green+Blue) = 9+97+50=156 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.77% from 156); Green value is 97 (38.28% from 255 or 62.18% from 156); Blue value is 50 (19.92% from 255 or 32.05% from 156); Max value from RGB is 97 - color contains mainly: green. Hex color #096132 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096132 is #F69ECD. Grayscale: #414141. Windows color (decimal): -16162510 or 3301641. OLE color: 3301641.

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

Color convert

RGB99750-
CMYK0.9100.480.62
HSL147.95º83.02%20.78%-
HSV(B)147.95º90.72%38.04%-
XYZ4.968.844.46-
YUV65.33119.3587.82-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.77%
GREEN value IS 97 (38.28% from 255) = 62.18%
BLUE value IS 50 (19.92% from 255) = 32.05%
R=5.77%
G=62.18%
B=32.05%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal997500.9100.480.62147.9583.0220.78
Hex961325B0303E945315
Octal11141621330607622412325
Binary100111000011100101011011011000011111010010100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096132; }

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

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

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

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

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

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

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

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