Html Css Color HEX #0E3511 Myrtle

📋 copy color: '#0E3511'

red 14 ◦ green 53 ◦ blue 17

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

Shades of Myrtle #0E3511

Tints of Myrtle #0E3511

RGB

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

 GREEN value IS 53 (21.09% from 255) = 63.1%

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

R = 16.67%
G = 63.1%
B = 20.24%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.68

 K value IS 0.79

RGB Variations

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

Color information

#0E3511 (or 0x0E3511) is known color: Myrtle. HEX triplet: 0E, 35 and 11. RGB value is (14,53,17). Sum of RGB (Red+Green+Blue) = 14+53+17=84 (11% of max value = 765). Red value is 14 (5.86% from 255 or 16.67% from 84); Green value is 53 (21.09% from 255 or 63.10% from 84); Blue value is 17 (7.03% from 255 or 20.24% from 84); Max value from RGB is 53 - color contains mainly: green. Hex color #0E3511 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E3511 is #F1CAEE. Grayscale: #252525. Windows color (decimal): -15846127 or 1127694. OLE color: 1127694.

HSL color Cylindrical-coordinate representation of color #0E3511: hue angle of 124.62º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0E3511 is Cyan = 0.74, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.79.

Color convert

RGB 14 53 17 -
CMYK 0.74 0 0.68 0.79
HSL 124.62º 0.58% 0.13% -
HSV(B) 124.62º 0.74% 0.21% -
XYZ 1.56 2.68 0.97 -
YUV 37.24 116.58 111.43 -
System Red Green Blue C M Y K H S L
Decimal 14 53 17 0.74 0 0.68 0.79 124.62 0.58 0.13
Hex E 35 11 4A 0 44 4F 7D 3A D
Octal 16 65 21 112 0 104 117 175 72 15
Binary 1110 110101 10001 1001010 0 1000100 1001111 1111101 111010 1101

Color Harmonies of #0E3511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E3511

Black with #0E3511

Text Example


Text Example

White with #0E3511

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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