#096029

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

Shades of Crusoe #096029

Tints of Crusoe #096029

Color information

#096029 (or 0x096029) is unknown color: approx Crusoe. HEX triplet: 09, 60 and 29. RGB value is (9,96,41). Sum of RGB (Red+Green+Blue) = 9+96+41=146 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.16% from 146); Green value is 96 (37.89% from 255 or 65.75% from 146); Blue value is 41 (16.41% from 255 or 28.08% from 146); Max value from RGB is 96 - color contains mainly: green. Hex color #096029 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096029 is #F69FD6. Grayscale: #3F3F3F. Windows color (decimal): -16162775 or 2711561. OLE color: 2711561.

HSL color Cylindrical-coordinate representation of color #096029: hue angle of 142.07º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096029 is Cyan = 0.91, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.62.

Color convert

RGB99641-
CMYK0.9100.570.62
HSL142.07º82.86%20.59%-
HSV(B)142.07º90.62%37.65%-
XYZ4.78.583.51-
YUV63.72115.1888.97-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.16%
GREEN value IS 96 (37.89% from 255) = 65.75%
BLUE value IS 41 (16.41% from 255) = 28.08%
R=6.16%
G=65.75%
B=28.08%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal996410.9100.570.62142.0782.8620.59
Hex960295B0393E8e5315
Octal11140511330717621612325
Binary100111000001010011011011011100111111010001110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096029; }

 p { color: rgb(9,96,41); }

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

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

 a { background-color: rgb(9,96,41); }

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

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

 span { border-color: rgb(9,96,41); }

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