Html Css Color HEX #0E3106 Myrtle

📋 copy color: '#0E3106'

red 14 ◦ green 49 ◦ blue 6

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

Shades of Myrtle #0E3106

Tints of Myrtle #0E3106

RGB

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

 GREEN value IS 49 (19.53% from 255) = 71.01%

 BLUE value IS 6 (2.73% from 255) = 8.7%

R = 20.29%
G = 71.01%
B = 8.7%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.88

 K value IS 0.81

RGB Variations

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

Color information

#0E3106 (or 0x0E3106) is known color: Myrtle. HEX triplet: 0E, 31 and 06. RGB value is (14,49,6). Sum of RGB (Red+Green+Blue) = 14+49+6=69 (9% of max value = 765). Red value is 14 (5.86% from 255 or 20.29% from 69); Green value is 49 (19.53% from 255 or 71.01% from 69); Blue value is 6 (2.73% from 255 or 8.70% from 69); Max value from RGB is 49 - color contains mainly: green. Hex color #0E3106 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E3106 is #F1CEF9. Grayscale: #212121. Windows color (decimal): -15847162 or 405774. OLE color: 405774.

HSL color Cylindrical-coordinate representation of color #0E3106: hue angle of 108.84º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E3106 is Cyan = 0.71, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.81.

Color convert

RGB 14 49 6 -
CMYK 0.71 0 0.88 0.81
HSL 108.84º 0.78% 0.11% -
HSV(B) 108.84º 0.88% 0.19% -
XYZ 1.31 2.3 0.55 -
YUV 33.63 112.4 114 -
System Red Green Blue C M Y K H S L
Decimal 14 49 6 0.71 0 0.88 0.81 108.84 0.78 0.11
Hex E 31 6 47 0 58 51 6D 4E B
Octal 16 61 6 107 0 130 121 155 116 13
Binary 1110 110001 110 1000111 0 1011000 1010001 1101101 1001110 1011

Color Harmonies of #0E3106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E3106

Black with #0E3106

Text Example


Text Example

White with #0E3106

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,49,6); }

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

background-color css

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

 a { background-color: rgb(14,49,6); }

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

border-color css

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

 span { border-color: rgb(14,49,6); }

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