Html Css Color HEX #14500B Myrtle

📋 copy color: '#14500B'

red 20 ◦ green 80 ◦ blue 11

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

Shades of Myrtle #14500B

Tints of Myrtle #14500B

RGB

 RED value IS 20 (8.2% from 255) = 18.02%

 GREEN value IS 80 (31.64% from 255) = 72.07%

 BLUE value IS 11 (4.69% from 255) = 9.91%

R = 18.02%
G = 72.07%
B = 9.91%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.86

 K value IS 0.69

RGB Variations

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

Color information

#14500B (or 0x14500B) is known color: Myrtle. HEX triplet: 14, 50 and 0B. RGB value is (20,80,11). Sum of RGB (Red+Green+Blue) = 20+80+11=111 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.02% from 111); Green value is 80 (31.64% from 255 or 72.07% from 111); Blue value is 11 (4.69% from 255 or 9.91% from 111); Max value from RGB is 80 - color contains mainly: green. Hex color #14500B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #14500B is #EBAFF4. Grayscale: #363636. Windows color (decimal): -15446005 or 741396. OLE color: 741396.

HSL color Cylindrical-coordinate representation of color #14500B: hue angle of 112.17º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14500B is Cyan = 0.75, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.69.

Color convert

RGB 20 80 11 -
CMYK 0.75 0 0.86 0.69
HSL 112.17º 0.76% 0.18% -
HSV(B) 112.17º 0.86% 0.31% -
XYZ 3.22 5.91 1.29 -
YUV 54.19 103.62 103.61 -
System Red Green Blue C M Y K H S L
Decimal 20 80 11 0.75 0 0.86 0.69 112.17 0.76 0.18
Hex 14 50 B 4B 0 56 45 70 4C 12
Octal 24 120 13 113 0 126 105 160 114 22
Binary 10100 1010000 1011 1001011 0 1010110 1000101 1110000 1001100 10010

Color Harmonies of #14500B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14500B

Black with #14500B

Text Example


Text Example

White with #14500B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14500B; }

 p { color: rgb(20,80,11); }

 H1.HeaderClassName
 {
   color: #14500B;
 }
 .AnyTagClassName
 {
   color: #14500B;
 }
</style>

background-color css

<style>
 a { background-color: #14500B; }

 a { background-color: rgb(20,80,11); }

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

border-color css

<style>
 span { border-color: #14500B; }

 span { border-color: rgb(20,80,11); }

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