#03572F

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

Shades of Crusoe #03572F

Tints of Crusoe #03572F

Color information

#03572F (or 0x03572F) is unknown color: approx Crusoe. HEX triplet: 03, 57 and 2F. RGB value is (3,87,47). Sum of RGB (Red+Green+Blue) = 3+87+47=137 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.19% from 137); Green value is 87 (34.38% from 255 or 63.50% from 137); Blue value is 47 (18.75% from 255 or 34.31% from 137); Max value from RGB is 87 - color contains mainly: green. Hex color #03572F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03572F is #FCA8D0. Grayscale: #393939. Windows color (decimal): -16558289 or 3102467. OLE color: 3102467.

HSL color Cylindrical-coordinate representation of color #03572F: hue angle of 151.43º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03572F is Cyan = 0.97, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.66.

Color convert

RGB38747-
CMYK0.9700.460.66
HSL151.43º93.33%17.65%-
HSV(B)151.43º96.55%34.12%-
XYZ3.967.043.84-
YUV57.32122.1789.25-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.19%
GREEN value IS 87 (34.38% from 255) = 63.50%
BLUE value IS 47 (18.75% from 255) = 34.31%
R=2.19%
G=63.50%
B=34.31%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal387470.9700.460.66151.4393.3317.65
Hex3572F6102E42975d12
Octal31275714105610222713522
Binary11101011110111111000010101110100001010010111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03572F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03572F; }

 p { color: rgb(3,87,47); }

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

<style>
 a { background-color: #03572F; }

 a { background-color: rgb(3,87,47); }

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

<style>
 span { border-color: #03572F; }

 span { border-color: rgb(3,87,47); }

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