#03571E

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

Shades of Crusoe #03571E

Tints of Crusoe #03571E

Color information

#03571E (or 0x03571E) is unknown color: approx Crusoe. HEX triplet: 03, 57 and 1E. RGB value is (3,87,30). Sum of RGB (Red+Green+Blue) = 3+87+30=120 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.5% from 120); Green value is 87 (34.38% from 255 or 72.5% from 120); Blue value is 30 (12.11% from 255 or 25% from 120); Max value from RGB is 87 - color contains mainly: green. Hex color #03571E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03571E is #FCA8E1. Grayscale: #373737. Windows color (decimal): -16558306 or 1988355. OLE color: 1988355.

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

Color convert

RGB38730-
CMYK0.9700.660.66
HSL139.29º93.33%17.65%-
HSV(B)139.29º96.55%34.12%-
XYZ3.686.932.37-
YUV55.39113.6790.63-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.5%
GREEN value IS 87 (34.38% from 255) = 72.5%
BLUE value IS 30 (12.11% from 255) = 25%
R=2.5%
G=72.5%
B=25%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal387300.9700.660.66139.2993.3317.65
Hex3571E61042428b5d12
Octal312736141010210221313522
Binary11101011111110110000101000010100001010001011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03571E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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