#0E4305

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

Shades of Myrtle #0E4305

Tints of Myrtle #0E4305

Color information

#0E4305 (or 0x0E4305) is unknown color: approx Myrtle. HEX triplet: 0E, 43 and 05. RGB value is (14,67,5). Sum of RGB (Red+Green+Blue) = 14+67+5=86 (11% of max value = 765). Red value is 14 (5.86% from 255 or 16.28% from 86); Green value is 67 (26.56% from 255 or 77.91% from 86); Blue value is 5 (2.34% from 255 or 5.81% from 86); Max value from RGB is 67 - color contains mainly: green. Hex color #0E4305 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E4305 is #F1BCFA. Grayscale: #2C2C2C. Windows color (decimal): -15842555 or 344846. OLE color: 344846.

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

Color convert

RGB14675-
CMYK0.7900.930.74
HSL111.29º86.11%14.12%-
HSV(B)111.29º92.54%26.27%-
XYZ2.224.120.82-
YUV44.08105.94106.54-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 16.28%
GREEN value IS 67 (26.56% from 255) = 77.91%
BLUE value IS 5 (2.34% from 255) = 5.81%
R=16.28%
G=77.91%
B=5.81%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal146750.7900.930.74111.2986.1114.12
HexE4354F05D4A6f56e
Octal161035117013511215712616
Binary111010000111011001111010111011001010110111110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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