#03572A

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

Shades of Crusoe #03572A

Tints of Crusoe #03572A

Color information

#03572A (or 0x03572A) is unknown color: approx Crusoe. HEX triplet: 03, 57 and 2A. RGB value is (3,87,42). Sum of RGB (Red+Green+Blue) = 3+87+42=132 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.27% from 132); Green value is 87 (34.38% from 255 or 65.91% from 132); Blue value is 42 (16.80% from 255 or 31.82% from 132); Max value from RGB is 87 - color contains mainly: green. Hex color #03572A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03572A is #FCA8D5. Grayscale: #383838. Windows color (decimal): -16558294 or 2774787. OLE color: 2774787.

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

Color convert

RGB38742-
CMYK0.9700.520.66
HSL147.86º93.33%17.65%-
HSV(B)147.86º96.55%34.12%-
XYZ3.8673.34-
YUV56.75119.6789.66-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.27%
GREEN value IS 87 (34.38% from 255) = 65.91%
BLUE value IS 42 (16.80% from 255) = 31.82%
R=2.27%
G=65.91%
B=31.82%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal387420.9700.520.66147.8693.3317.65
Hex3572A6103442945d12
Octal31275214106410222413522
Binary11101011110101011000010110100100001010010100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03572A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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