#096323

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

Shades of Crusoe #096323

Tints of Crusoe #096323

Color information

#096323 (or 0x096323) is unknown color: approx Crusoe. HEX triplet: 09, 63 and 23. RGB value is (9,99,35). Sum of RGB (Red+Green+Blue) = 9+99+35=143 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.29% from 143); Green value is 99 (39.06% from 255 or 69.23% from 143); Blue value is 35 (14.06% from 255 or 24.48% from 143); Max value from RGB is 99 - color contains mainly: green. Hex color #096323 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096323 is #F69CDC. Grayscale: #404040. Windows color (decimal): -16162013 or 2319113. OLE color: 2319113.

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

Color convert

RGB99935-
CMYK0.9100.650.61
HSL137.33º83.33%21.18%-
HSV(B)137.33º90.91%38.82%-
XYZ4.889.13.09-
YUV64.79111.1888.2-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.29%
GREEN value IS 99 (39.06% from 255) = 69.23%
BLUE value IS 35 (14.06% from 255) = 24.48%
R=6.29%
G=69.23%
B=24.48%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal999350.9100.650.61137.3383.3321.18
Hex963235B0413D895315
Octal111434313301017521112325
Binary1001110001110001110110110100000111110110001001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096323; }

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

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

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

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

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

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

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

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