#0E420B

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

Shades of Myrtle #0E420B

Tints of Myrtle #0E420B

Color information

#0E420B (or 0x0E420B) is unknown color: approx Myrtle. HEX triplet: 0E, 42 and 0B. RGB value is (14,66,11). Sum of RGB (Red+Green+Blue) = 14+66+11=91 (12% of max value = 765). Red value is 14 (5.86% from 255 or 15.38% from 91); Green value is 66 (26.17% from 255 or 72.53% from 91); Blue value is 11 (4.69% from 255 or 12.09% from 91); Max value from RGB is 66 - color contains mainly: green. Hex color #0E420B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E420B is #F1BDF4. Grayscale: #2C2C2C. Windows color (decimal): -15842805 or 737806. OLE color: 737806.

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

Color convert

RGB146611-
CMYK0.7900.830.74
HSL116.73º71.43%15.1%-
HSV(B)116.73º83.33%25.88%-
XYZ2.194.010.98-
YUV44.18109.27106.47-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 15.38%
GREEN value IS 66 (26.17% from 255) = 72.53%
BLUE value IS 11 (4.69% from 255) = 12.09%
R=15.38%
G=72.53%
B=12.09%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1466110.7900.830.74116.7371.4315.1
HexE42B4F0534A7547f
Octal1610213117012311216510717
Binary1110100001010111001111010100111001010111010110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E420B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,66,11); }

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

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

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

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

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

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

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