#03562B

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

Shades of Crusoe #03562B

Tints of Crusoe #03562B

Color information

#03562B (or 0x03562B) is unknown color: approx Crusoe. HEX triplet: 03, 56 and 2B. RGB value is (3,86,43). Sum of RGB (Red+Green+Blue) = 3+86+43=132 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.27% from 132); Green value is 86 (33.98% from 255 or 65.15% from 132); Blue value is 43 (17.19% from 255 or 32.58% from 132); Max value from RGB is 86 - color contains mainly: green. Hex color #03562B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03562B is #FCA9D4. Grayscale: #383838. Windows color (decimal): -16558549 or 2840067. OLE color: 2840067.

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

Color convert

RGB38643-
CMYK0.9700.500.66
HSL148.92º93.26%17.45%-
HSV(B)148.92º96.51%33.73%-
XYZ3.86.853.41-
YUV56.28120.590-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.27%
GREEN value IS 86 (33.98% from 255) = 65.15%
BLUE value IS 43 (17.19% from 255) = 32.58%
R=2.27%
G=65.15%
B=32.58%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal386430.9700.500.66148.9293.2617.45
Hex3562B6103242955d11
Octal31265314106210222513521
Binary11101011010101111000010110010100001010010101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03562B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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