#0E4302

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

Shades of Myrtle #0E4302

Tints of Myrtle #0E4302

Color information

#0E4302 (or 0x0E4302) is unknown color: approx Myrtle. HEX triplet: 0E, 43 and 02. RGB value is (14,67,2). Sum of RGB (Red+Green+Blue) = 14+67+2=83 (10% of max value = 765). Red value is 14 (5.86% from 255 or 16.87% from 83); Green value is 67 (26.56% from 255 or 80.72% from 83); Blue value is 2 (1.17% from 255 or 2.41% from 83); Max value from RGB is 67 - color contains mainly: green. Hex color #0E4302 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E4302 is #F1BCFD. Grayscale: #2B2B2B. Windows color (decimal): -15842558 or 148238. OLE color: 148238.

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

Color convert

RGB14672-
CMYK0.7900.970.74
HSL108.92º94.2%13.53%-
HSV(B)108.92º97.01%26.27%-
XYZ2.24.110.74-
YUV43.74104.44106.79-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 16.87%
GREEN value IS 67 (26.56% from 255) = 80.72%
BLUE value IS 2 (1.17% from 255) = 2.41%
R=16.87%
G=80.72%
B=2.41%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal146720.7900.970.74108.9294.213.53
HexE4324F0614A6d5ee
Octal161032117014111215513616
Binary11101000011101001111011000011001010110110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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