#0E3A10

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

Shades of Myrtle #0E3A10

Tints of Myrtle #0E3A10

Color information

#0E3A10 (or 0x0E3A10) is unknown color: approx Myrtle. HEX triplet: 0E, 3A and 10. RGB value is (14,58,16). Sum of RGB (Red+Green+Blue) = 14+58+16=88 (11% of max value = 765). Red value is 14 (5.86% from 255 or 15.91% from 88); Green value is 58 (23.05% from 255 or 65.91% from 88); Blue value is 16 (6.64% from 255 or 18.18% from 88); Max value from RGB is 58 - color contains mainly: green. Hex color #0E3A10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E3A10 is #F1C5EF. Grayscale: #282828. Windows color (decimal): -15844848 or 1063438. OLE color: 1063438.

HSL color Cylindrical-coordinate representation of color #0E3A10: hue angle of 122.73º degrees, saturation: 0.61, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0E3A10 is Cyan = 0.76, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.77.

Color convert

RGB145816-
CMYK0.7600.720.77
HSL122.73º61.11%14.12%-
HSV(B)122.73º75.86%22.75%-
XYZ1.793.161.01-
YUV40.06114.42109.42-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 15.91%
GREEN value IS 58 (23.05% from 255) = 65.91%
BLUE value IS 16 (6.64% from 255) = 18.18%
R=15.91%
G=65.91%
B=18.18%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1458160.7600.720.77122.7361.1114.12
HexE3A104C0484D7b3de
Octal16722011401101151737516
Binary111011101010000100110001001000100110111110111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,58,16); }

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

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

 a { background-color: rgb(14,58,16); }

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

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

 span { border-color: rgb(14,58,16); }

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