#09532D

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

Shades of Crusoe #09532D

Tints of Crusoe #09532D

Color information

#09532D (or 0x09532D) is unknown color: approx Crusoe. HEX triplet: 09, 53 and 2D. RGB value is (9,83,45). Sum of RGB (Red+Green+Blue) = 9+83+45=137 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.57% from 137); Green value is 83 (32.81% from 255 or 60.58% from 137); Blue value is 45 (17.97% from 255 or 32.85% from 137); Max value from RGB is 83 - color contains mainly: green. Hex color #09532D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09532D is #F6ACD2. Grayscale: #383838. Windows color (decimal): -16166099 or 2970377. OLE color: 2970377.

HSL color Cylindrical-coordinate representation of color #09532D: hue angle of 149.19º 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 #09532D is Cyan = 0.89, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB98345-
CMYK0.8900.460.67
HSL149.19º80.43%18.04%-
HSV(B)149.19º89.16%32.55%-
XYZ3.686.433.53-
YUV56.54121.4894.09-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.57%
GREEN value IS 83 (32.81% from 255) = 60.58%
BLUE value IS 45 (17.97% from 255) = 32.85%
R=6.57%
G=60.58%
B=32.85%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal983450.8900.460.67149.1980.4318.04
Hex9532D5902E43955012
Octal111235513105610322512022
Binary1001101001110110110110010101110100001110010101101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09532D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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