Html Css Color HEX #0E4E01 Myrtle

📋 copy color: '#0E4E01'

red 14 ◦ green 78 ◦ blue 1

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

Shades of Myrtle #0E4E01

Tints of Myrtle #0E4E01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.08%

R = 15.05%
G = 83.87%
B = 1.08%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.99

 K value IS 0.69

RGB Variations

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

Color information

#0E4E01 (or 0x0E4E01) is known color: Myrtle. HEX triplet: 0E, 4E and 01. RGB value is (14,78,1). Sum of RGB (Red+Green+Blue) = 14+78+1=93 (12% of max value = 765). Red value is 14 (5.86% from 255 or 15.05% from 93); Green value is 78 (30.86% from 255 or 83.87% from 93); Blue value is 1 (0.78% from 255 or 1.08% from 93); Max value from RGB is 78 - color contains mainly: green. Hex color #0E4E01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E4E01 is #F1B1FE. Grayscale: #323232. Windows color (decimal): -15839743 or 85518. OLE color: 85518.

HSL color Cylindrical-coordinate representation of color #0E4E01: hue angle of 109.87º 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 #0E4E01 is Cyan = 0.82, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.69.

Color convert

RGB 14 78 1 -
CMYK 0.82 0 0.99 0.69
HSL 109.87º 0.97% 0.15% -
HSV(B) 109.87º 0.99% 0.31% -
XYZ 2.91 5.54 0.95 -
YUV 50.09 100.3 102.26 -
System Red Green Blue C M Y K H S L
Decimal 14 78 1 0.82 0 0.99 0.69 109.87 0.97 0.15
Hex E 4E 1 52 0 63 45 6E 61 F
Octal 16 116 1 122 0 143 105 156 141 17
Binary 1110 1001110 1 1010010 0 1100011 1000101 1101110 1100001 1111

Color Harmonies of #0E4E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E4E01

Black with #0E4E01

Text Example


Text Example

White with #0E4E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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