Html Css Color HEX #14480A Myrtle

📋 copy color: '#14480A'

red 20 ◦ green 72 ◦ blue 10

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

Shades of Myrtle #14480A

Tints of Myrtle #14480A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 70.59%

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

R = 19.61%
G = 70.59%
B = 9.8%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.86

 K value IS 0.72

RGB Variations

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

Color information

#14480A (or 0x14480A) is known color: Myrtle. HEX triplet: 14, 48 and 0A. RGB value is (20,72,10). Sum of RGB (Red+Green+Blue) = 20+72+10=102 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.61% from 102); Green value is 72 (28.52% from 255 or 70.59% from 102); Blue value is 10 (4.30% from 255 or 9.80% from 102); Max value from RGB is 72 - color contains mainly: green. Hex color #14480A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14480A is #EBB7F5. Grayscale: #313131. Windows color (decimal): -15448054 or 673812. OLE color: 673812.

HSL color Cylindrical-coordinate representation of color #14480A: hue angle of 110.32º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14480A is Cyan = 0.72, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB 20 72 10 -
CMYK 0.72 0 0.86 0.72
HSL 110.32º 0.76% 0.16% -
HSV(B) 110.32º 0.86% 0.28% -
XYZ 2.66 4.81 1.07 -
YUV 49.38 105.77 107.04 -
System Red Green Blue C M Y K H S L
Decimal 20 72 10 0.72 0 0.86 0.72 110.32 0.76 0.16
Hex 14 48 A 48 0 56 48 6E 4C 10
Octal 24 110 12 110 0 126 110 156 114 20
Binary 10100 1001000 1010 1001000 0 1010110 1001000 1101110 1001100 10000

Color Harmonies of #14480A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14480A

Black with #14480A

Text Example


Text Example

White with #14480A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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