#09551B

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

Shades of Crusoe #09551B

Tints of Crusoe #09551B

Color information

#09551B (or 0x09551B) is unknown color: approx Crusoe. HEX triplet: 09, 55 and 1B. RGB value is (9,85,27). Sum of RGB (Red+Green+Blue) = 9+85+27=121 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.44% from 121); Green value is 85 (33.59% from 255 or 70.25% from 121); Blue value is 27 (10.94% from 255 or 22.31% from 121); Max value from RGB is 85 - color contains mainly: green. Hex color #09551B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09551B is #F6AAE4. Grayscale: #373737. Windows color (decimal): -16165605 or 1791241. OLE color: 1791241.

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

Color convert

RGB98527-
CMYK0.8900.680.67
HSL134.21º80.85%18.43%-
HSV(B)134.21º89.41%33.33%-
XYZ3.566.632.13-
YUV55.66111.8294.72-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.44%
GREEN value IS 85 (33.59% from 255) = 70.25%
BLUE value IS 27 (10.94% from 255) = 22.31%
R=7.44%
G=70.25%
B=22.31%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal985270.8900.680.67134.2180.8518.43
Hex9551B5904443865112
Octal1112533131010410320612122
Binary1001101010111011101100101000100100001110000110101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09551B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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