Html Css Color HEX #0E510D Myrtle

📋 copy color: '#0E510D'

red 14 ◦ green 81 ◦ blue 13

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

Shades of Myrtle #0E510D

Tints of Myrtle #0E510D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 75%

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

R = 12.96%
G = 75%
B = 12.04%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.84

 K value IS 0.68

RGB Variations

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

Color information

#0E510D (or 0x0E510D) is known color: Myrtle. HEX triplet: 0E, 51 and 0D. RGB value is (14,81,13). Sum of RGB (Red+Green+Blue) = 14+81+13=108 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.96% from 108); Green value is 81 (32.03% from 255 or 75% from 108); Blue value is 13 (5.47% from 255 or 12.04% from 108); Max value from RGB is 81 - color contains mainly: green. Hex color #0E510D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E510D is #F1AEF2. Grayscale: #353535. Windows color (decimal): -15838963 or 872718. OLE color: 872718.

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

Color convert

RGB 14 81 13 -
CMYK 0.83 0 0.84 0.68
HSL 119.12º 0.72% 0.18% -
HSV(B) 119.12º 0.84% 0.32% -
XYZ 3.2 6.01 1.37 -
YUV 53.22 105.3 100.03 -
System Red Green Blue C M Y K H S L
Decimal 14 81 13 0.83 0 0.84 0.68 119.12 0.72 0.18
Hex E 51 D 53 0 54 44 77 48 12
Octal 16 121 15 123 0 124 104 167 110 22
Binary 1110 1010001 1101 1010011 0 1010100 1000100 1110111 1001000 10010

Color Harmonies of #0E510D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E510D

Black with #0E510D

Text Example


Text Example

White with #0E510D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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