#096325

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

Shades of Crusoe #096325

Tints of Crusoe #096325

Color information

#096325 (or 0x096325) is unknown color: approx Crusoe. HEX triplet: 09, 63 and 25. RGB value is (9,99,37). Sum of RGB (Red+Green+Blue) = 9+99+37=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 99 (39.06% from 255 or 68.28% from 145); Blue value is 37 (14.84% from 255 or 25.52% from 145); Max value from RGB is 99 - color contains mainly: green. Hex color #096325 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096325 is #F69CDA. Grayscale: #414141. Windows color (decimal): -16162011 or 2450185. OLE color: 2450185.

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

Color convert

RGB99937-
CMYK0.9100.630.61
HSL138.67º83.33%21.18%-
HSV(B)138.67º90.91%38.82%-
XYZ4.919.123.25-
YUV65.02112.1888.04-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.21%
GREEN value IS 99 (39.06% from 255) = 68.28%
BLUE value IS 37 (14.84% from 255) = 25.52%
R=6.21%
G=68.28%
B=25.52%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal999370.9100.630.61138.6783.3321.18
Hex963255B03F3D8b5315
Octal11143451330777521312325
Binary100111000111001011011011011111111110110001011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096325; }

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

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

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

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

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

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

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

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