Html Css Color HEX #0E520D Myrtle

📋 copy color: '#0E520D'

red 14 ◦ green 82 ◦ blue 13

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

Shades of Myrtle #0E520D

Tints of Myrtle #0E520D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 75.23%

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

R = 12.84%
G = 75.23%
B = 11.93%

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

#0E520D (or 0x0E520D) is known color: Myrtle. HEX triplet: 0E, 52 and 0D. RGB value is (14,82,13). Sum of RGB (Red+Green+Blue) = 14+82+13=109 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.84% from 109); Green value is 82 (32.42% from 255 or 75.23% from 109); Blue value is 13 (5.47% from 255 or 11.93% from 109); Max value from RGB is 82 - color contains mainly: green. Hex color #0E520D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E520D is #F1ADF2. Grayscale: #363636. Windows color (decimal): -15838707 or 872974. OLE color: 872974.

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

Color convert

RGB 14 82 13 -
CMYK 0.83 0 0.84 0.68
HSL 119.13º 0.73% 0.19% -
HSV(B) 119.13º 0.84% 0.32% -
XYZ 3.27 6.16 1.4 -
YUV 53.8 104.97 99.61 -
System Red Green Blue C M Y K H S L
Decimal 14 82 13 0.83 0 0.84 0.68 119.13 0.73 0.19
Hex E 52 D 53 0 54 44 77 49 13
Octal 16 122 15 123 0 124 104 167 111 23
Binary 1110 1010010 1101 1010011 0 1010100 1000100 1110111 1001001 10011

Color Harmonies of #0E520D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E520D

Black with #0E520D

Text Example


Text Example

White with #0E520D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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