Html Css Color HEX #0E500D Myrtle

📋 copy color: '#0E500D'

red 14 ◦ green 80 ◦ blue 13

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

Shades of Myrtle #0E500D

Tints of Myrtle #0E500D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 74.77%

 BLUE value IS 13 (5.47% from 255) = 12.15%

R = 13.08%
G = 74.77%
B = 12.15%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.84

 K value IS 0.69

RGB Variations

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

Color information

#0E500D (or 0x0E500D) is known color: Myrtle. HEX triplet: 0E, 50 and 0D. RGB value is (14,80,13). Sum of RGB (Red+Green+Blue) = 14+80+13=107 (14% of max value = 765). Red value is 14 (5.86% from 255 or 13.08% from 107); Green value is 80 (31.64% from 255 or 74.77% from 107); Blue value is 13 (5.47% from 255 or 12.15% from 107); Max value from RGB is 80 - color contains mainly: green. Hex color #0E500D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E500D is #F1AFF2. Grayscale: #343434. Windows color (decimal): -15839219 or 872462. OLE color: 872462.

HSL color Cylindrical-coordinate representation of color #0E500D: hue angle of 119.1º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E500D is Cyan = 0.83, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.69.

Color convert

RGB 14 80 13 -
CMYK 0.83 0 0.84 0.69
HSL 119.1º 0.72% 0.18% -
HSV(B) 119.1º 0.84% 0.31% -
XYZ 3.12 5.86 1.35 -
YUV 52.63 105.63 100.45 -
System Red Green Blue C M Y K H S L
Decimal 14 80 13 0.83 0 0.84 0.69 119.1 0.72 0.18
Hex E 50 D 53 0 54 45 77 48 12
Octal 16 120 15 123 0 124 105 167 110 22
Binary 1110 1010000 1101 1010011 0 1010100 1000101 1110111 1001000 10010

Color Harmonies of #0E500D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E500D

Black with #0E500D

Text Example


Text Example

White with #0E500D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,80,13); }

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

background-color css

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

 a { background-color: rgb(14,80,13); }

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

border-color css

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

 span { border-color: rgb(14,80,13); }

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