Html Css Color HEX #0E5411 Myrtle

📋 copy color: '#0E5411'

red 14 ◦ green 84 ◦ blue 17

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

Shades of Myrtle #0E5411

Tints of Myrtle #0E5411

RGB

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

 GREEN value IS 84 (33.2% from 255) = 73.04%

 BLUE value IS 17 (7.03% from 255) = 14.78%

R = 12.17%
G = 73.04%
B = 14.78%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#0E5411 (or 0x0E5411) is known color: Myrtle. HEX triplet: 0E, 54 and 11. RGB value is (14,84,17). Sum of RGB (Red+Green+Blue) = 14+84+17=115 (15% of max value = 765). Red value is 14 (5.86% from 255 or 12.17% from 115); Green value is 84 (33.20% from 255 or 73.04% from 115); Blue value is 17 (7.03% from 255 or 14.78% from 115); Max value from RGB is 84 - color contains mainly: green. Hex color #0E5411 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E5411 is #F1ABEE. Grayscale: #373737. Windows color (decimal): -15838191 or 1135630. OLE color: 1135630.

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

Color convert

RGB 14 84 17 -
CMYK 0.83 0 0.80 0.67
HSL 122.57º 0.71% 0.19% -
HSV(B) 122.57º 0.83% 0.33% -
XYZ 3.45 6.47 1.6 -
YUV 55.43 106.31 98.45 -
System Red Green Blue C M Y K H S L
Decimal 14 84 17 0.83 0 0.80 0.67 122.57 0.71 0.19
Hex E 54 11 53 0 50 43 7B 47 13
Octal 16 124 21 123 0 120 103 173 107 23
Binary 1110 1010100 10001 1010011 0 1010000 1000011 1111011 1000111 10011

Color Harmonies of #0E5411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5411

Black with #0E5411

Text Example


Text Example

White with #0E5411

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,84,17); }

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

background-color css

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

 a { background-color: rgb(14,84,17); }

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

border-color css

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

 span { border-color: rgb(14,84,17); }

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