#03562A

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

Shades of Crusoe #03562A

Tints of Crusoe #03562A

Color information

#03562A (or 0x03562A) is unknown color: approx Crusoe. HEX triplet: 03, 56 and 2A. RGB value is (3,86,42). Sum of RGB (Red+Green+Blue) = 3+86+42=131 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.29% from 131); Green value is 86 (33.98% from 255 or 65.65% from 131); Blue value is 42 (16.80% from 255 or 32.06% from 131); Max value from RGB is 86 - color contains mainly: green. Hex color #03562A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03562A is #FCA9D5. Grayscale: #383838. Windows color (decimal): -16558550 or 2774531. OLE color: 2774531.

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

Color convert

RGB38642-
CMYK0.9700.510.66
HSL148.19º93.26%17.45%-
HSV(B)148.19º96.51%33.73%-
XYZ3.786.843.31-
YUV56.1712090.08-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.29%
GREEN value IS 86 (33.98% from 255) = 65.65%
BLUE value IS 42 (16.80% from 255) = 32.06%
R=2.29%
G=65.65%
B=32.06%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal386420.9700.510.66148.1993.2617.45
Hex3562A6103342945d11
Octal31265214106310222413521
Binary11101011010101011000010110011100001010010100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03562A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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