#0E480E

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

Shades of Myrtle #0E480E

Tints of Myrtle #0E480E

Color information

#0E480E (or 0x0E480E) is unknown color: approx Myrtle. HEX triplet: 0E, 48 and 0E. RGB value is (14,72,14). Sum of RGB (Red+Green+Blue) = 14+72+14=100 (13% of max value = 765). Red value is 14 (5.86% from 255 or 14% from 100); Green value is 72 (28.52% from 255 or 72% from 100); Blue value is 14 (5.86% from 255 or 14% from 100); Max value from RGB is 72 - color contains mainly: green. Hex color #0E480E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E480E is #F1B7F1. Grayscale: #303030. Windows color (decimal): -15841266 or 935950. OLE color: 935950.

HSL color Cylindrical-coordinate representation of color #0E480E: hue angle of 120º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0E480E is Cyan = 0.81, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.72.

Color convert

RGB147214-
CMYK0.8100.810.72
HSL120º67.44%16.86%-
HSV(B)120º80.56%28.24%-
XYZ2.584.761.2-
YUV48.05108.78103.72-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 14%
GREEN value IS 72 (28.52% from 255) = 72%
BLUE value IS 14 (5.86% from 255) = 14%
R=14%
G=72%
B=14%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1472140.8100.810.7212067.4416.86
HexE48E5105148784311
Octal1611016121012111017010321
Binary11101001000111010100010101000110010001111000100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E480E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,72,14); }

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

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

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

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

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

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

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