#0F5732

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

Shades of Crusoe #0F5732

Tints of Crusoe #0F5732

Color information

#0F5732 (or 0x0F5732) is unknown color: approx Crusoe. HEX triplet: 0F, 57 and 32. RGB value is (15,87,50). Sum of RGB (Red+Green+Blue) = 15+87+50=152 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.87% from 152); Green value is 87 (34.38% from 255 or 57.24% from 152); Blue value is 50 (19.92% from 255 or 32.89% from 152); Max value from RGB is 87 - color contains mainly: green. Hex color #0F5732 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5732 is #F0A8CD. Grayscale: #3D3D3D. Windows color (decimal): -15771854 or 3299087. OLE color: 3299087.

HSL color Cylindrical-coordinate representation of color #0F5732: hue angle of 149.17º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F5732 is Cyan = 0.83, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.66.

Color convert

RGB158750-
CMYK0.8300.430.66
HSL149.17º70.59%20%-
HSV(B)149.17º82.76%34.12%-
XYZ4.187.154.18-
YUV61.25121.6595.01-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.87%
GREEN value IS 87 (34.38% from 255) = 57.24%
BLUE value IS 50 (19.92% from 255) = 32.89%
R=9.87%
G=57.24%
B=32.89%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1587500.8300.430.66149.1770.5920
HexF57325302B42954714
Octal171276212305310222510724
Binary1111101011111001010100110101011100001010010101100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F5732; }

 p { color: rgb(15,87,50); }

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

<style>
 a { background-color: #0F5732; }

 a { background-color: rgb(15,87,50); }

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

<style>
 span { border-color: #0F5732; }

 span { border-color: rgb(15,87,50); }

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