#03560C

Color #03560C Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #03560C

Tints of Myrtle #03560C

Color information

#03560C (or 0x03560C) is unknown color: approx Myrtle. HEX triplet: 03, 56 and 0C. RGB value is (3,86,12). Sum of RGB (Red+Green+Blue) = 3+86+12=101 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.97% from 101); Green value is 86 (33.98% from 255 or 85.15% from 101); Blue value is 12 (5.08% from 255 or 11.88% from 101); Max value from RGB is 86 - color contains mainly: green. Hex color #03560C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #03560C is #FCA9F3. Grayscale: #343434. Windows color (decimal): -16558580 or 808451. OLE color: 808451.

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

Color convert

RGB38612-
CMYK0.9700.860.66
HSL126.51º93.26%17.45%-
HSV(B)126.51º96.51%33.73%-
XYZ3.436.71.46-
YUV52.7510592.52-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.97%
GREEN value IS 86 (33.98% from 255) = 85.15%
BLUE value IS 12 (5.08% from 255) = 11.88%
R=2.97%
G=85.15%
B=11.88%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal386120.9700.860.66126.5193.2617.45
Hex356C61056427f5d11
Octal312614141012610217713521
Binary111010110110011000010101011010000101111111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03560C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03560C; }

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

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

<style>
 a { background-color: #03560C; }

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

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

<style>
 span { border-color: #03560C; }

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

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