Html Css Color HEX #14500A Myrtle

📋 copy color: '#14500A'

red 20 ◦ green 80 ◦ blue 10

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

Shades of Myrtle #14500A

Tints of Myrtle #14500A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 9.09%

R = 18.18%
G = 72.73%
B = 9.09%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.87

 K value IS 0.69

RGB Variations

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

Color information

#14500A (or 0x14500A) is known color: Myrtle. HEX triplet: 14, 50 and 0A. RGB value is (20,80,10). Sum of RGB (Red+Green+Blue) = 20+80+10=110 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.18% from 110); Green value is 80 (31.64% from 255 or 72.73% from 110); Blue value is 10 (4.30% from 255 or 9.09% from 110); Max value from RGB is 80 - color contains mainly: green. Hex color #14500A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #14500A is #EBAFF5. Grayscale: #363636. Windows color (decimal): -15446006 or 675860. OLE color: 675860.

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

Color convert

RGB 20 80 10 -
CMYK 0.75 0 0.87 0.69
HSL 111.43º 0.78% 0.18% -
HSV(B) 111.43º 0.88% 0.31% -
XYZ 3.21 5.91 1.26 -
YUV 54.08 103.12 103.69 -
System Red Green Blue C M Y K H S L
Decimal 20 80 10 0.75 0 0.87 0.69 111.43 0.78 0.18
Hex 14 50 A 4B 0 57 45 6F 4E 12
Octal 24 120 12 113 0 127 105 157 116 22
Binary 10100 1010000 1010 1001011 0 1010111 1000101 1101111 1001110 10010

Color Harmonies of #14500A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14500A

Black with #14500A

Text Example


Text Example

White with #14500A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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