#0E3505

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

Shades of Myrtle #0E3505

Tints of Myrtle #0E3505

Color information

#0E3505 (or 0x0E3505) is unknown color: approx Myrtle. HEX triplet: 0E, 35 and 05. RGB value is (14,53,5). Sum of RGB (Red+Green+Blue) = 14+53+5=72 (9% of max value = 765). Red value is 14 (5.86% from 255 or 19.44% from 72); Green value is 53 (21.09% from 255 or 73.61% from 72); Blue value is 5 (2.34% from 255 or 6.94% from 72); Max value from RGB is 53 - color contains mainly: green. Hex color #0E3505 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E3505 is #F1CAFA. Grayscale: #242424. Windows color (decimal): -15846139 or 341262. OLE color: 341262.

HSL color Cylindrical-coordinate representation of color #0E3505: hue angle of 108.75º degrees, saturation: 0.83, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E3505 is Cyan = 0.74, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.79.

Color convert

RGB14535-
CMYK0.7400.910.79
HSL108.75º82.76%11.37%-
HSV(B)108.75º90.57%20.78%-
XYZ1.482.650.58-
YUV35.87110.58112.4-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 19.44%
GREEN value IS 53 (21.09% from 255) = 73.61%
BLUE value IS 5 (2.34% from 255) = 6.94%
R=19.44%
G=73.61%
B=6.94%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal145350.7400.910.79108.7582.7611.37
HexE3554A05B4F6d53b
Octal16655112013311715512313
Binary11101101011011001010010110111001111110110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E3505; }

 p { color: rgb(14,53,5); }

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

<style>
 a { background-color: #0E3505; }

 a { background-color: rgb(14,53,5); }

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

<style>
 span { border-color: #0E3505; }

 span { border-color: rgb(14,53,5); }

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