#09552C

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

Shades of Crusoe #09552C

Tints of Crusoe #09552C

Color information

#09552C (or 0x09552C) is unknown color: approx Crusoe. HEX triplet: 09, 55 and 2C. RGB value is (9,85,44). Sum of RGB (Red+Green+Blue) = 9+85+44=138 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.52% from 138); Green value is 85 (33.59% from 255 or 61.59% from 138); Blue value is 44 (17.58% from 255 or 31.88% from 138); Max value from RGB is 85 - color contains mainly: green. Hex color #09552C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09552C is #F6AAD3. Grayscale: #393939. Windows color (decimal): -16165588 or 2905353. OLE color: 2905353.

HSL color Cylindrical-coordinate representation of color #09552C: hue angle of 147.63º degrees, saturation: 0.81, 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 #09552C is Cyan = 0.89, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB98544-
CMYK0.8900.480.67
HSL147.63º80.85%18.43%-
HSV(B)147.63º89.41%33.33%-
XYZ3.826.743.48-
YUV57.6120.3293.33-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.52%
GREEN value IS 85 (33.59% from 255) = 61.59%
BLUE value IS 44 (17.58% from 255) = 31.88%
R=6.52%
G=61.59%
B=31.88%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal985440.8900.480.67147.6380.8518.43
Hex9552C5903043945112
Octal111255413106010322412122
Binary1001101010110110010110010110000100001110010100101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09552C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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