#096229

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

Shades of Crusoe #096229

Tints of Crusoe #096229

Color information

#096229 (or 0x096229) is unknown color: approx Crusoe. HEX triplet: 09, 62 and 29. RGB value is (9,98,41). Sum of RGB (Red+Green+Blue) = 9+98+41=148 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.08% from 148); Green value is 98 (38.67% from 255 or 66.22% from 148); Blue value is 41 (16.41% from 255 or 27.70% from 148); Max value from RGB is 98 - color contains mainly: green. Hex color #096229 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096229 is #F69DD6. Grayscale: #414141. Windows color (decimal): -16162263 or 2712073. OLE color: 2712073.

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

Color convert

RGB99841-
CMYK0.9100.580.62
HSL141.57º83.18%20.98%-
HSV(B)141.57º90.82%38.43%-
XYZ4.888.953.57-
YUV64.89114.5188.13-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.08%
GREEN value IS 98 (38.67% from 255) = 66.22%
BLUE value IS 41 (16.41% from 255) = 27.70%
R=6.08%
G=66.22%
B=27.70%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal998410.9100.580.62141.5783.1820.98
Hex962295B03A3E8e5315
Octal11142511330727621612325
Binary100111000101010011011011011101011111010001110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096229; }

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

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

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

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

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

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

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

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