#03560D

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

Shades of Myrtle #03560D

Tints of Myrtle #03560D

Color information

#03560D (or 0x03560D) is unknown color: approx Myrtle. HEX triplet: 03, 56 and 0D. RGB value is (3,86,13). Sum of RGB (Red+Green+Blue) = 3+86+13=102 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.94% from 102); Green value is 86 (33.98% from 255 or 84.31% from 102); Blue value is 13 (5.47% from 255 or 12.75% from 102); Max value from RGB is 86 - color contains mainly: green. Hex color #03560D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #03560D is #FCA9F2. Grayscale: #353535. Windows color (decimal): -16558579 or 873987. OLE color: 873987.

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

Color convert

RGB38613-
CMYK0.9700.850.66
HSL127.23º93.26%17.45%-
HSV(B)127.23º96.51%33.73%-
XYZ3.446.71.49-
YUV52.86105.592.44-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.94%
GREEN value IS 86 (33.98% from 255) = 84.31%
BLUE value IS 13 (5.47% from 255) = 12.75%
R=2.94%
G=84.31%
B=12.75%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal386130.9700.850.66127.2393.2617.45
Hex356D61055427f5d11
Octal312615141012510217713521
Binary111010110110111000010101010110000101111111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03560D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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