Html Css Color HEX #0E4B05 Myrtle

📋 copy color: '#0E4B05'

red 14 ◦ green 75 ◦ blue 5

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

Shades of Myrtle #0E4B05

Tints of Myrtle #0E4B05

RGB

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

 GREEN value IS 75 (29.69% from 255) = 79.79%

 BLUE value IS 5 (2.34% from 255) = 5.32%

R = 14.89%
G = 79.79%
B = 5.32%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.93

 K value IS 0.71

RGB Variations

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

Color information

#0E4B05 (or 0x0E4B05) is known color: Myrtle. HEX triplet: 0E, 4B and 05. RGB value is (14,75,5). Sum of RGB (Red+Green+Blue) = 14+75+5=94 (12% of max value = 765). Red value is 14 (5.86% from 255 or 14.89% from 94); Green value is 75 (29.69% from 255 or 79.79% from 94); Blue value is 5 (2.34% from 255 or 5.32% from 94); Max value from RGB is 75 - color contains mainly: green. Hex color #0E4B05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E4B05 is #F1B4FA. Grayscale: #313131. Windows color (decimal): -15840507 or 346894. OLE color: 346894.

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

Color convert

RGB 14 75 5 -
CMYK 0.81 0 0.93 0.71
HSL 112.29º 0.88% 0.16% -
HSV(B) 112.29º 0.93% 0.29% -
XYZ 2.72 5.14 0.99 -
YUV 48.78 103.29 103.19 -
System Red Green Blue C M Y K H S L
Decimal 14 75 5 0.81 0 0.93 0.71 112.29 0.88 0.16
Hex E 4B 5 51 0 5D 47 70 58 10
Octal 16 113 5 121 0 135 107 160 130 20
Binary 1110 1001011 101 1010001 0 1011101 1000111 1110000 1011000 10000

Color Harmonies of #0E4B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E4B05

Black with #0E4B05

Text Example


Text Example

White with #0E4B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,75,5); }

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

background-color css

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

 a { background-color: rgb(14,75,5); }

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

border-color css

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

 span { border-color: rgb(14,75,5); }

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