Html Css Color HEX #0E4B13 Myrtle

📋 copy color: '#0E4B13'

red 14 ◦ green 75 ◦ blue 19

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

Shades of Myrtle #0E4B13

Tints of Myrtle #0E4B13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 17.59%

R = 12.96%
G = 69.44%
B = 17.59%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.75

 K value IS 0.71

RGB Variations

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

Color information

#0E4B13 (or 0x0E4B13) is known color: Myrtle. HEX triplet: 0E, 4B and 13. RGB value is (14,75,19). Sum of RGB (Red+Green+Blue) = 14+75+19=108 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.96% from 108); Green value is 75 (29.69% from 255 or 69.44% from 108); Blue value is 19 (7.81% from 255 or 17.59% from 108); Max value from RGB is 75 - color contains mainly: green. Hex color #0E4B13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E4B13 is #F1B4EC. Grayscale: #323232. Windows color (decimal): -15840493 or 1264398. OLE color: 1264398.

HSL color Cylindrical-coordinate representation of color #0E4B13: hue angle of 124.92º degrees, saturation: 0.69, 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 #0E4B13 is Cyan = 0.81, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.71.

Color convert

RGB 14 75 19 -
CMYK 0.81 0 0.75 0.71
HSL 124.92º 0.69% 0.17% -
HSV(B) 124.92º 0.81% 0.29% -
XYZ 2.81 5.17 1.47 -
YUV 50.38 110.29 102.05 -
System Red Green Blue C M Y K H S L
Decimal 14 75 19 0.81 0 0.75 0.71 124.92 0.69 0.17
Hex E 4B 13 51 0 4B 47 7D 45 11
Octal 16 113 23 121 0 113 107 175 105 21
Binary 1110 1001011 10011 1010001 0 1001011 1000111 1111101 1000101 10001

Color Harmonies of #0E4B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E4B13

Black with #0E4B13

Text Example


Text Example

White with #0E4B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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