Html Css Color HEX #014E0D Myrtle

📋 copy color: '#014E0D'

red 1 ◦ green 78 ◦ blue 13

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

Shades of Myrtle #014E0D

Tints of Myrtle #014E0D

RGB

 RED value IS 1 (0.78% from 255) = 1.09%

 GREEN value IS 78 (30.86% from 255) = 84.78%

 BLUE value IS 13 (5.47% from 255) = 14.13%

R = 1.09%
G = 84.78%
B = 14.13%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.83

 K value IS 0.69

RGB Variations

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

Color information

#014E0D (or 0x014E0D) is known color: Myrtle. HEX triplet: 01, 4E and 0D. RGB value is (1,78,13). Sum of RGB (Red+Green+Blue) = 1+78+13=92 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.09% from 92); Green value is 78 (30.86% from 255 or 84.78% from 92); Blue value is 13 (5.47% from 255 or 14.13% from 92); Max value from RGB is 78 - color contains mainly: green. Hex color #014E0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #014E0D is #FEB1F2. Grayscale: #2F2F2F. Windows color (decimal): -16691699 or 871937. OLE color: 871937.

HSL color Cylindrical-coordinate representation of color #014E0D: hue angle of 129.35º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014E0D is Cyan = 0.99, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.69.

Color convert

RGB 1 78 13 -
CMYK 0.99 0 0.83 0.69
HSL 129.35º 0.97% 0.15% -
HSV(B) 129.35º 0.99% 0.31% -
XYZ 2.81 5.48 1.29 -
YUV 47.57 108.49 94.79 -
System Red Green Blue C M Y K H S L
Decimal 1 78 13 0.99 0 0.83 0.69 129.35 0.97 0.15
Hex 1 4E D 63 0 53 45 81 61 F
Octal 1 116 15 143 0 123 105 201 141 17
Binary 1 1001110 1101 1100011 0 1010011 1000101 10000001 1100001 1111

Color Harmonies of #014E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014E0D

Black with #014E0D

Text Example


Text Example

White with #014E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014E0D; }

 p { color: rgb(1,78,13); }

 H1.HeaderClassName
 {
   color: #014E0D;
 }
 .AnyTagClassName
 {
   color: #014E0D;
 }
</style>

background-color css

<style>
 a { background-color: #014E0D; }

 a { background-color: rgb(1,78,13); }

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

border-color css

<style>
 span { border-color: #014E0D; }

 span { border-color: rgb(1,78,13); }

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