#09532C

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

Shades of Crusoe #09532C

Tints of Crusoe #09532C

Color information

#09532C (or 0x09532C) is unknown color: approx Crusoe. HEX triplet: 09, 53 and 2C. RGB value is (9,83,44). Sum of RGB (Red+Green+Blue) = 9+83+44=136 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.62% from 136); Green value is 83 (32.81% from 255 or 61.03% from 136); Blue value is 44 (17.58% from 255 or 32.35% from 136); Max value from RGB is 83 - color contains mainly: green. Hex color #09532C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09532C is #F6ACD3. Grayscale: #383838. Windows color (decimal): -16166100 or 2904841. OLE color: 2904841.

HSL color Cylindrical-coordinate representation of color #09532C: hue angle of 148.38º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #09532C is Cyan = 0.89, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB98344-
CMYK0.8900.470.67
HSL148.38º80.43%18.04%-
HSV(B)148.38º89.16%32.55%-
XYZ3.666.433.43-
YUV56.43120.9894.17-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.62%
GREEN value IS 83 (32.81% from 255) = 61.03%
BLUE value IS 44 (17.58% from 255) = 32.35%
R=6.62%
G=61.03%
B=32.35%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal983440.8900.470.67148.3880.4318.04
Hex9532C5902F43945012
Octal111235413105710322412022
Binary1001101001110110010110010101111100001110010100101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09532C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09532C; }

 p { color: rgb(9,83,44); }

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

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

 a { background-color: rgb(9,83,44); }

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

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

 span { border-color: rgb(9,83,44); }

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