#096529

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

Shades of Crusoe #096529

Tints of Crusoe #096529

Color information

#096529 (or 0x096529) is unknown color: approx Crusoe. HEX triplet: 09, 65 and 29. RGB value is (9,101,41). Sum of RGB (Red+Green+Blue) = 9+101+41=151 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.96% from 151); Green value is 101 (39.84% from 255 or 66.89% from 151); Blue value is 41 (16.41% from 255 or 27.15% from 151); Max value from RGB is 101 - color contains mainly: green. Hex color #096529 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096529 is #F69AD6. Grayscale: #424242. Windows color (decimal): -16161495 or 2712841. OLE color: 2712841.

HSL color Cylindrical-coordinate representation of color #096529: hue angle of 140.87º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096529 is Cyan = 0.91, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.60.

Color convert

RGB910141-
CMYK0.9100.590.60
HSL140.87º83.64%21.57%-
HSV(B)140.87º91.09%39.61%-
XYZ5.179.533.66-
YUV66.65113.5286.88-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.96%
GREEN value IS 101 (39.84% from 255) = 66.89%
BLUE value IS 41 (16.41% from 255) = 27.15%
R=5.96%
G=66.89%
B=27.15%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9101410.9100.590.60140.8783.6421.57
Hex965295B03B3C8d5416
Octal11145511330737421512426
Binary100111001011010011011011011101111110010001101101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096529; }

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

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

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

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

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

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

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

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