#03572E

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

Shades of Crusoe #03572E

Tints of Crusoe #03572E

Color information

#03572E (or 0x03572E) is unknown color: approx Crusoe. HEX triplet: 03, 57 and 2E. RGB value is (3,87,46). Sum of RGB (Red+Green+Blue) = 3+87+46=136 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.21% from 136); Green value is 87 (34.38% from 255 or 63.97% from 136); Blue value is 46 (18.36% from 255 or 33.82% from 136); Max value from RGB is 87 - color contains mainly: green. Hex color #03572E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03572E is #FCA8D1. Grayscale: #393939. Windows color (decimal): -16558290 or 3036931. OLE color: 3036931.

HSL color Cylindrical-coordinate representation of color #03572E: hue angle of 150.71º 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 #03572E is Cyan = 0.97, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.66.

Color convert

RGB38746-
CMYK0.9700.470.66
HSL150.71º93.33%17.65%-
HSV(B)150.71º96.55%34.12%-
XYZ3.947.033.73-
YUV57.21121.6789.33-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.21%
GREEN value IS 87 (34.38% from 255) = 63.97%
BLUE value IS 46 (18.36% from 255) = 33.82%
R=2.21%
G=63.97%
B=33.82%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal387460.9700.470.66150.7193.3317.65
Hex3572E6102F42975d12
Octal31275614105710222713522
Binary11101011110111011000010101111100001010010111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03572E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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