#096032

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

Shades of Crusoe #096032

Tints of Crusoe #096032

Color information

#096032 (or 0x096032) is unknown color: approx Crusoe. HEX triplet: 09, 60 and 32. RGB value is (9,96,50). Sum of RGB (Red+Green+Blue) = 9+96+50=155 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.81% from 155); Green value is 96 (37.89% from 255 or 61.94% from 155); Blue value is 50 (19.92% from 255 or 32.26% from 155); Max value from RGB is 96 - color contains mainly: green. Hex color #096032 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096032 is #F69FCD. Grayscale: #404040. Windows color (decimal): -16162766 or 3301385. OLE color: 3301385.

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

Color convert

RGB99650-
CMYK0.9100.480.62
HSL148.28º82.86%20.59%-
HSV(B)148.28º90.62%37.65%-
XYZ4.878.654.43-
YUV64.74119.6888.24-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.81%
GREEN value IS 96 (37.89% from 255) = 61.94%
BLUE value IS 50 (19.92% from 255) = 32.26%
R=5.81%
G=61.94%
B=32.26%

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
Decimal996500.9100.480.62148.2882.8620.59
Hex960325B0303E945315
Octal11140621330607622412325
Binary100111000001100101011011011000011111010010100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096032; }

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

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

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

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

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

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

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

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