#03571A

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

Shades of Crusoe #03571A

Tints of Crusoe #03571A

Color information

#03571A (or 0x03571A) is unknown color: approx Crusoe. HEX triplet: 03, 57 and 1A. RGB value is (3,87,26). Sum of RGB (Red+Green+Blue) = 3+87+26=116 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.59% from 116); Green value is 87 (34.38% from 255 or 75% from 116); Blue value is 26 (10.55% from 255 or 22.41% from 116); Max value from RGB is 87 - color contains mainly: green. Hex color #03571A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03571A is #FCA8E5. Grayscale: #373737. Windows color (decimal): -16558310 or 1726211. OLE color: 1726211.

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

Color convert

RGB38726-
CMYK0.9700.700.66
HSL136.43º93.33%17.65%-
HSV(B)136.43º96.55%34.12%-
XYZ3.636.912.12-
YUV54.93111.6790.96-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.59%
GREEN value IS 87 (34.38% from 255) = 75%
BLUE value IS 26 (10.55% from 255) = 22.41%
R=2.59%
G=75%
B=22.41%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal387260.9700.700.66136.4393.3317.65
Hex3571A6104642885d12
Octal312732141010610221013522
Binary11101011111010110000101000110100001010001000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03571A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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