#03570D

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

Shades of Myrtle #03570D

Tints of Myrtle #03570D

Color information

#03570D (or 0x03570D) is unknown color: approx Myrtle. HEX triplet: 03, 57 and 0D. RGB value is (3,87,13). Sum of RGB (Red+Green+Blue) = 3+87+13=103 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.91% from 103); Green value is 87 (34.38% from 255 or 84.47% from 103); Blue value is 13 (5.47% from 255 or 12.62% from 103); Max value from RGB is 87 - color contains mainly: green. Hex color #03570D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #03570D is #FCA8F2. Grayscale: #353535. Windows color (decimal): -16558323 or 874243. OLE color: 874243.

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

Color convert

RGB38713-
CMYK0.9700.850.66
HSL127.14º93.33%17.65%-
HSV(B)127.14º96.55%34.12%-
XYZ3.526.861.52-
YUV53.45105.1792.02-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.91%
GREEN value IS 87 (34.38% from 255) = 84.47%
BLUE value IS 13 (5.47% from 255) = 12.62%
R=2.91%
G=84.47%
B=12.62%

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
Decimal387130.9700.850.66127.1493.3317.65
Hex357D61055427f5d12
Octal312715141012510217713522
Binary111010111110111000010101010110000101111111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03570D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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