#0E3407

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

Shades of Myrtle #0E3407

Tints of Myrtle #0E3407

Color information

#0E3407 (or 0x0E3407) is unknown color: approx Myrtle. HEX triplet: 0E, 34 and 07. RGB value is (14,52,7). Sum of RGB (Red+Green+Blue) = 14+52+7=73 (9% of max value = 765). Red value is 14 (5.86% from 255 or 19.18% from 73); Green value is 52 (20.70% from 255 or 71.23% from 73); Blue value is 7 (3.12% from 255 or 9.59% from 73); Max value from RGB is 52 - color contains mainly: green. Hex color #0E3407 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E3407 is #F1CBF8. Grayscale: #232323. Windows color (decimal): -15846393 or 472078. OLE color: 472078.

HSL color Cylindrical-coordinate representation of color #0E3407: hue angle of 110.67º degrees, saturation: 0.76, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E3407 is Cyan = 0.73, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.80.

Color convert

RGB14527-
CMYK0.7300.870.80
HSL110.67º76.27%11.57%-
HSV(B)110.67º86.54%20.39%-
XYZ1.452.560.62-
YUV35.51111.91112.66-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 19.18%
GREEN value IS 52 (20.70% from 255) = 71.23%
BLUE value IS 7 (3.12% from 255) = 9.59%
R=19.18%
G=71.23%
B=9.59%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal145270.7300.870.80110.6776.2711.57
HexE34749057506f4cc
Octal16647111012712015711414
Binary11101101001111001001010101111010000110111110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,52,7); }

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

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

 a { background-color: rgb(14,52,7); }

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

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

 span { border-color: rgb(14,52,7); }

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