#096422

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

Shades of Crusoe #096422

Tints of Crusoe #096422

Color information

#096422 (or 0x096422) is unknown color: approx Crusoe. HEX triplet: 09, 64 and 22. RGB value is (9,100,34). Sum of RGB (Red+Green+Blue) = 9+100+34=143 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.29% from 143); Green value is 100 (39.45% from 255 or 69.93% from 143); Blue value is 34 (13.67% from 255 or 23.78% from 143); Max value from RGB is 100 - color contains mainly: green. Hex color #096422 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096422 is #F69BDD. Grayscale: #414141. Windows color (decimal): -16161758 or 2253833. OLE color: 2253833.

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

Color convert

RGB910034-
CMYK0.9100.660.61
HSL136.48º83.49%21.37%-
HSV(B)136.48º91%39.22%-
XYZ4.969.293.04-
YUV65.27110.3587.87-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.29%
GREEN value IS 100 (39.45% from 255) = 69.93%
BLUE value IS 34 (13.67% from 255) = 23.78%
R=6.29%
G=69.93%
B=23.78%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9100340.9100.660.61136.4883.4921.37
Hex964225B0423D885315
Octal111444213301027521012325
Binary1001110010010001010110110100001011110110001000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096422; }

 p { color: rgb(9,100,34); }

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

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

 a { background-color: rgb(9,100,34); }

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

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

 span { border-color: rgb(9,100,34); }

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