Html Css Color HEX #0E4906 Myrtle

📋 copy color: '#0E4906'

red 14 ◦ green 73 ◦ blue 6

#0E4906
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #0E4906

Tints of Myrtle #0E4906

RGB

 RED value IS 14 (5.86% from 255) = 15.05%

 GREEN value IS 73 (28.91% from 255) = 78.49%

 BLUE value IS 6 (2.73% from 255) = 6.45%

R = 15.05%
G = 78.49%
B = 6.45%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.92

 K value IS 0.71

RGB Variations

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

Color information

#0E4906 (or 0x0E4906) is known color: Myrtle. HEX triplet: 0E, 49 and 06. RGB value is (14,73,6). Sum of RGB (Red+Green+Blue) = 14+73+6=93 (12% of max value = 765). Red value is 14 (5.86% from 255 or 15.05% from 93); Green value is 73 (28.91% from 255 or 78.49% from 93); Blue value is 6 (2.73% from 255 or 6.45% from 93); Max value from RGB is 73 - color contains mainly: green. Hex color #0E4906 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E4906 is #F1B6F9. Grayscale: #2F2F2F. Windows color (decimal): -15841018 or 411918. OLE color: 411918.

HSL color Cylindrical-coordinate representation of color #0E4906: hue angle of 112.84º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E4906 is Cyan = 0.81, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.71.

Color convert

RGB 14 73 6 -
CMYK 0.81 0 0.92 0.71
HSL 112.84º 0.85% 0.15% -
HSV(B) 112.84º 0.92% 0.29% -
XYZ 2.6 4.87 0.98 -
YUV 47.72 104.45 103.95 -
System Red Green Blue C M Y K H S L
Decimal 14 73 6 0.81 0 0.92 0.71 112.84 0.85 0.15
Hex E 49 6 51 0 5C 47 71 55 F
Octal 16 111 6 121 0 134 107 161 125 17
Binary 1110 1001001 110 1010001 0 1011100 1000111 1110001 1010101 1111

Color Harmonies of #0E4906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E4906

Black with #0E4906

Text Example


Text Example

White with #0E4906

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,73,6); }

 H1.HeaderClassName
 {
   color: #0E4906;
 }
 .AnyTagClassName
 {
   color: #0E4906;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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