Html Css Color HEX #0E4401 Myrtle

📋 copy color: '#0E4401'

red 14 ◦ green 68 ◦ blue 1

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

Shades of Myrtle #0E4401

Tints of Myrtle #0E4401

RGB

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

 GREEN value IS 68 (26.95% from 255) = 81.93%

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

R = 16.87%
G = 81.93%
B = 1.2%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#0E4401 (or 0x0E4401) is known color: Myrtle. HEX triplet: 0E, 44 and 01. RGB value is (14,68,1). Sum of RGB (Red+Green+Blue) = 14+68+1=83 (10% of max value = 765). Red value is 14 (5.86% from 255 or 16.87% from 83); Green value is 68 (26.95% from 255 or 81.93% from 83); Blue value is 1 (0.78% from 255 or 1.20% from 83); Max value from RGB is 68 - color contains mainly: green. Hex color #0E4401 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E4401 is #F1BBFE. Grayscale: #2C2C2C. Windows color (decimal): -15842303 or 82958. OLE color: 82958.

HSL color Cylindrical-coordinate representation of color #0E4401: hue angle of 108.36º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0E4401 is Cyan = 0.79, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.73.

Color convert

RGB 14 68 1 -
CMYK 0.79 0 0.99 0.73
HSL 108.36º 0.97% 0.14% -
HSV(B) 108.36º 0.99% 0.27% -
XYZ 2.25 4.23 0.73 -
YUV 44.22 103.61 106.45 -
System Red Green Blue C M Y K H S L
Decimal 14 68 1 0.79 0 0.99 0.73 108.36 0.97 0.14
Hex E 44 1 4F 0 63 49 6C 61 E
Octal 16 104 1 117 0 143 111 154 141 16
Binary 1110 1000100 1 1001111 0 1100011 1001001 1101100 1100001 1110

Color Harmonies of #0E4401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E4401

Black with #0E4401

Text Example


Text Example

White with #0E4401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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