Html Css Color HEX #0E490F Myrtle

📋 copy color: '#0E490F'

red 14 ◦ green 73 ◦ blue 15

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

Shades of Myrtle #0E490F

Tints of Myrtle #0E490F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 71.57%

 BLUE value IS 15 (6.25% from 255) = 14.71%

R = 13.73%
G = 71.57%
B = 14.71%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.79

 K value IS 0.71

RGB Variations

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

Color information

#0E490F (or 0x0E490F) is known color: Myrtle. HEX triplet: 0E, 49 and 0F. RGB value is (14,73,15). Sum of RGB (Red+Green+Blue) = 14+73+15=102 (13% of max value = 765). Red value is 14 (5.86% from 255 or 13.73% from 102); Green value is 73 (28.91% from 255 or 71.57% from 102); Blue value is 15 (6.25% from 255 or 14.71% from 102); Max value from RGB is 73 - color contains mainly: green. Hex color #0E490F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E490F is #F1B6F0. Grayscale: #303030. Windows color (decimal): -15841009 or 1001742. OLE color: 1001742.

HSL color Cylindrical-coordinate representation of color #0E490F: hue angle of 121.02º degrees, saturation: 0.68, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0E490F is Cyan = 0.81, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.71.

Color convert

RGB 14 73 15 -
CMYK 0.81 0 0.79 0.71
HSL 121.02º 0.68% 0.17% -
HSV(B) 121.02º 0.81% 0.29% -
XYZ 2.65 4.89 1.26 -
YUV 48.75 108.95 103.22 -
System Red Green Blue C M Y K H S L
Decimal 14 73 15 0.81 0 0.79 0.71 121.02 0.68 0.17
Hex E 49 F 51 0 4F 47 79 44 11
Octal 16 111 17 121 0 117 107 171 104 21
Binary 1110 1001001 1111 1010001 0 1001111 1000111 1111001 1000100 10001

Color Harmonies of #0E490F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E490F

Black with #0E490F

Text Example


Text Example

White with #0E490F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,73,15); }

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

background-color css

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

 a { background-color: rgb(14,73,15); }

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

border-color css

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

 span { border-color: rgb(14,73,15); }

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