Html Css Color HEX #0E5713 Myrtle

📋 copy color: '#0E5713'

red 14 ◦ green 87 ◦ blue 19

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

Shades of Myrtle #0E5713

Tints of Myrtle #0E5713

RGB

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

 GREEN value IS 87 (34.38% from 255) = 72.5%

 BLUE value IS 19 (7.81% from 255) = 15.83%

R = 11.67%
G = 72.5%
B = 15.83%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#0E5713 (or 0x0E5713) is known color: Myrtle. HEX triplet: 0E, 57 and 13. RGB value is (14,87,19). Sum of RGB (Red+Green+Blue) = 14+87+19=120 (15% of max value = 765). Red value is 14 (5.86% from 255 or 11.67% from 120); Green value is 87 (34.38% from 255 or 72.5% from 120); Blue value is 19 (7.81% from 255 or 15.83% from 120); Max value from RGB is 87 - color contains mainly: green. Hex color #0E5713 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E5713 is #F1A8EC. Grayscale: #393939. Windows color (decimal): -15837421 or 1267470. OLE color: 1267470.

HSL color Cylindrical-coordinate representation of color #0E5713: hue angle of 124.11º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E5713 is Cyan = 0.84, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB 14 87 19 -
CMYK 0.84 0 0.78 0.66
HSL 124.11º 0.72% 0.2% -
HSV(B) 124.11º 0.84% 0.34% -
XYZ 3.71 6.96 1.76 -
YUV 57.42 106.32 97.03 -
System Red Green Blue C M Y K H S L
Decimal 14 87 19 0.84 0 0.78 0.66 124.11 0.72 0.2
Hex E 57 13 54 0 4E 42 7C 48 14
Octal 16 127 23 124 0 116 102 174 110 24
Binary 1110 1010111 10011 1010100 0 1001110 1000010 1111100 1001000 10100

Color Harmonies of #0E5713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5713

Black with #0E5713

Text Example


Text Example

White with #0E5713

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,87,19); }

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

background-color css

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

 a { background-color: rgb(14,87,19); }

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

border-color css

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

 span { border-color: rgb(14,87,19); }

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