#096428

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

Shades of Crusoe #096428

Tints of Crusoe #096428

Color information

#096428 (or 0x096428) is unknown color: approx Crusoe. HEX triplet: 09, 64 and 28. RGB value is (9,100,40). Sum of RGB (Red+Green+Blue) = 9+100+40=149 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.04% from 149); Green value is 100 (39.45% from 255 or 67.11% from 149); Blue value is 40 (16.02% from 255 or 26.85% from 149); Max value from RGB is 100 - color contains mainly: green. Hex color #096428 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096428 is #F69BD7. Grayscale: #424242. Windows color (decimal): -16161752 or 2647049. OLE color: 2647049.

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

Color convert

RGB910040-
CMYK0.9100.60.61
HSL140.44º83.49%21.37%-
HSV(B)140.44º91%39.22%-
XYZ5.059.333.54-
YUV65.95113.3587.38-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.04%
GREEN value IS 100 (39.45% from 255) = 67.11%
BLUE value IS 40 (16.02% from 255) = 26.85%
R=6.04%
G=67.11%
B=26.85%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9100400.9100.60.61140.4483.4921.37
Hex964285B03C3D8c5315
Octal11144501330747521412325
Binary100111001001010001011011011110011110110001100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096428; }

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

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

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

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

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

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

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

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