#09572B

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

Shades of Crusoe #09572B

Tints of Crusoe #09572B

Color information

#09572B (or 0x09572B) is unknown color: approx Crusoe. HEX triplet: 09, 57 and 2B. RGB value is (9,87,43). Sum of RGB (Red+Green+Blue) = 9+87+43=139 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.47% from 139); Green value is 87 (34.38% from 255 or 62.59% from 139); Blue value is 43 (17.19% from 255 or 30.94% from 139); Max value from RGB is 87 - color contains mainly: green. Hex color #09572B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09572B is #F6A8D4. Grayscale: #3A3A3A. Windows color (decimal): -16165077 or 2840329. OLE color: 2840329.

HSL color Cylindrical-coordinate representation of color #09572B: hue angle of 146.15º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09572B is Cyan = 0.90, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.66.

Color convert

RGB98743-
CMYK0.9000.510.66
HSL146.15º81.25%18.82%-
HSV(B)146.15º89.66%34.12%-
XYZ3.967.053.44-
YUV58.66119.1692.58-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.47%
GREEN value IS 87 (34.38% from 255) = 62.59%
BLUE value IS 43 (17.19% from 255) = 30.94%
R=6.47%
G=62.59%
B=30.94%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal987430.9000.510.66146.1581.2518.82
Hex9572B5A03342925113
Octal111275313206310222212123
Binary1001101011110101110110100110011100001010010010101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09572B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,87,43); }

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

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

 a { background-color: rgb(9,87,43); }

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

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

 span { border-color: rgb(9,87,43); }

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