#096324

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

Shades of Crusoe #096324

Tints of Crusoe #096324

Color information

#096324 (or 0x096324) is unknown color: approx Crusoe. HEX triplet: 09, 63 and 24. RGB value is (9,99,36). Sum of RGB (Red+Green+Blue) = 9+99+36=144 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.25% from 144); Green value is 99 (39.06% from 255 or 68.75% from 144); Blue value is 36 (14.45% from 255 or 25% from 144); Max value from RGB is 99 - color contains mainly: green. Hex color #096324 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096324 is #F69CDB. Grayscale: #414141. Windows color (decimal): -16162012 or 2384649. OLE color: 2384649.

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

Color convert

RGB99936-
CMYK0.9100.640.61
HSL138º83.33%21.18%-
HSV(B)138º90.91%38.82%-
XYZ4.899.113.17-
YUV64.91111.6888.12-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.25%
GREEN value IS 99 (39.06% from 255) = 68.75%
BLUE value IS 36 (14.45% from 255) = 25%
R=6.25%
G=68.75%
B=25%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal999360.9100.640.6113883.3321.18
Hex963245B0403D8a5315
Octal111434413301007521212325
Binary1001110001110010010110110100000011110110001010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096324; }

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

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

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

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

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

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

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

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