#03570E

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

Shades of Myrtle #03570E

Tints of Myrtle #03570E

Color information

#03570E (or 0x03570E) is unknown color: approx Myrtle. HEX triplet: 03, 57 and 0E. RGB value is (3,87,14). Sum of RGB (Red+Green+Blue) = 3+87+14=104 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.88% from 104); Green value is 87 (34.38% from 255 or 83.65% from 104); Blue value is 14 (5.86% from 255 or 13.46% from 104); Max value from RGB is 87 - color contains mainly: green. Hex color #03570E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #03570E is #FCA8F1. Grayscale: #353535. Windows color (decimal): -16558322 or 939779. OLE color: 939779.

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

Color convert

RGB38714-
CMYK0.9700.840.66
HSL127.86º93.33%17.65%-
HSV(B)127.86º96.55%34.12%-
XYZ3.536.871.56-
YUV53.56105.6791.94-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.88%
GREEN value IS 87 (34.38% from 255) = 83.65%
BLUE value IS 14 (5.86% from 255) = 13.46%
R=2.88%
G=83.65%
B=13.46%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal387140.9700.840.66127.8693.3317.65
Hex357E6105442805d12
Octal312716141012410220013522
Binary1110101111110110000101010100100001010000000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03570E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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