Html Css Color HEX #0E5513 Myrtle

📋 copy color: '#0E5513'

red 14 ◦ green 85 ◦ blue 19

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

Shades of Myrtle #0E5513

Tints of Myrtle #0E5513

RGB

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

 GREEN value IS 85 (33.59% from 255) = 72.03%

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

R = 11.86%
G = 72.03%
B = 16.1%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#0E5513 (or 0x0E5513) is known color: Myrtle. HEX triplet: 0E, 55 and 13. RGB value is (14,85,19). Sum of RGB (Red+Green+Blue) = 14+85+19=118 (15% of max value = 765). Red value is 14 (5.86% from 255 or 11.86% from 118); Green value is 85 (33.59% from 255 or 72.03% from 118); Blue value is 19 (7.81% from 255 or 16.10% from 118); Max value from RGB is 85 - color contains mainly: green. Hex color #0E5513 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E5513 is #F1AAEC. Grayscale: #383838. Windows color (decimal): -15837933 or 1266958. OLE color: 1266958.

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

Color convert

RGB 14 85 19 -
CMYK 0.84 0 0.78 0.67
HSL 124.23º 0.72% 0.19% -
HSV(B) 124.23º 0.84% 0.33% -
XYZ 3.55 6.64 1.71 -
YUV 56.25 106.98 97.87 -
System Red Green Blue C M Y K H S L
Decimal 14 85 19 0.84 0 0.78 0.67 124.23 0.72 0.19
Hex E 55 13 54 0 4E 43 7C 48 13
Octal 16 125 23 124 0 116 103 174 110 23
Binary 1110 1010101 10011 1010100 0 1001110 1000011 1111100 1001000 10011

Color Harmonies of #0E5513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5513

Black with #0E5513

Text Example


Text Example

White with #0E5513

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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