#096532

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

Shades of Crusoe #096532

Tints of Crusoe #096532

Color information

#096532 (or 0x096532) is unknown color: approx Crusoe. HEX triplet: 09, 65 and 32. RGB value is (9,101,50). Sum of RGB (Red+Green+Blue) = 9+101+50=160 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.62% from 160); Green value is 101 (39.84% from 255 or 63.12% from 160); Blue value is 50 (19.92% from 255 or 31.25% from 160); Max value from RGB is 101 - color contains mainly: green. Hex color #096532 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096532 is #F69ACD. Grayscale: #434343. Windows color (decimal): -16161486 or 3302665. OLE color: 3302665.

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

Color convert

RGB910150-
CMYK0.9100.500.60
HSL146.74º83.64%21.57%-
HSV(B)146.74º91.09%39.61%-
XYZ5.349.64.59-
YUV67.68118.0286.15-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.62%
GREEN value IS 101 (39.84% from 255) = 63.12%
BLUE value IS 50 (19.92% from 255) = 31.25%
R=5.62%
G=63.12%
B=31.25%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9101500.9100.500.60146.7483.6421.57
Hex965325B0323C935416
Octal11145621330627422312426
Binary100111001011100101011011011001011110010010011101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096532; }

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

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

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

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

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

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

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

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