#09531B

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

Shades of Crusoe #09531B

Tints of Crusoe #09531B

Color information

#09531B (or 0x09531B) is unknown color: approx Crusoe. HEX triplet: 09, 53 and 1B. RGB value is (9,83,27). Sum of RGB (Red+Green+Blue) = 9+83+27=119 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.56% from 119); Green value is 83 (32.81% from 255 or 69.75% from 119); Blue value is 27 (10.94% from 255 or 22.69% from 119); Max value from RGB is 83 - color contains mainly: green. Hex color #09531B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09531B is #F6ACE4. Grayscale: #363636. Windows color (decimal): -16166117 or 1790729. OLE color: 1790729.

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

Color convert

RGB98327-
CMYK0.8900.670.67
HSL134.59º80.43%18.04%-
HSV(B)134.59º89.16%32.55%-
XYZ3.46.322.08-
YUV54.49112.4895.55-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.56%
GREEN value IS 83 (32.81% from 255) = 69.75%
BLUE value IS 27 (10.94% from 255) = 22.69%
R=7.56%
G=69.75%
B=22.69%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal983270.8900.670.67134.5980.4318.04
Hex9531B5904343875012
Octal1112333131010310320712022
Binary1001101001111011101100101000011100001110000111101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09531B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09531B; }

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

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

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

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

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

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

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

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