#03570F

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

Shades of Myrtle #03570F

Tints of Myrtle #03570F

Color information

#03570F (or 0x03570F) is unknown color: approx Myrtle. HEX triplet: 03, 57 and 0F. RGB value is (3,87,15). Sum of RGB (Red+Green+Blue) = 3+87+15=105 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.86% from 105); Green value is 87 (34.38% from 255 or 82.86% from 105); Blue value is 15 (6.25% from 255 or 14.29% from 105); Max value from RGB is 87 - color contains mainly: green. Hex color #03570F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #03570F is #FCA8F0. Grayscale: #353535. Windows color (decimal): -16558321 or 1005315. OLE color: 1005315.

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

Color convert

RGB38715-
CMYK0.9700.830.66
HSL128.57º93.33%17.65%-
HSV(B)128.57º96.55%34.12%-
XYZ3.536.871.59-
YUV53.68106.1791.85-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.86%
GREEN value IS 87 (34.38% from 255) = 82.86%
BLUE value IS 15 (6.25% from 255) = 14.29%
R=2.86%
G=82.86%
B=14.29%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal387150.9700.830.66128.5793.3317.65
Hex357F6105342815d12
Octal312717141012310220113522
Binary1110101111111110000101010011100001010000001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03570F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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