Html Css Color HEX #0E4D11 Myrtle

📋 copy color: '#0E4D11'

red 14 ◦ green 77 ◦ blue 17

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

Shades of Myrtle #0E4D11

Tints of Myrtle #0E4D11

RGB

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

 GREEN value IS 77 (30.47% from 255) = 71.3%

 BLUE value IS 17 (7.03% from 255) = 15.74%

R = 12.96%
G = 71.3%
B = 15.74%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.78

 K value IS 0.70

RGB Variations

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

Color information

#0E4D11 (or 0x0E4D11) is known color: Myrtle. HEX triplet: 0E, 4D and 11. RGB value is (14,77,17). Sum of RGB (Red+Green+Blue) = 14+77+17=108 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.96% from 108); Green value is 77 (30.47% from 255 or 71.30% from 108); Blue value is 17 (7.03% from 255 or 15.74% from 108); Max value from RGB is 77 - color contains mainly: green. Hex color #0E4D11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E4D11 is #F1B2EE. Grayscale: #333333. Windows color (decimal): -15839983 or 1133838. OLE color: 1133838.

HSL color Cylindrical-coordinate representation of color #0E4D11: hue angle of 122.86º degrees, saturation: 0.69, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0E4D11 is Cyan = 0.82, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.70.

Color convert

RGB 14 77 17 -
CMYK 0.82 0 0.78 0.70
HSL 122.86º 0.69% 0.18% -
HSV(B) 122.86º 0.82% 0.3% -
XYZ 2.94 5.44 1.43 -
YUV 51.32 108.63 101.38 -
System Red Green Blue C M Y K H S L
Decimal 14 77 17 0.82 0 0.78 0.70 122.86 0.69 0.18
Hex E 4D 11 52 0 4E 46 7B 45 12
Octal 16 115 21 122 0 116 106 173 105 22
Binary 1110 1001101 10001 1010010 0 1001110 1000110 1111011 1000101 10010

Color Harmonies of #0E4D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E4D11

Black with #0E4D11

Text Example


Text Example

White with #0E4D11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,77,17); }

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

background-color css

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

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

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

border-color css

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

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

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