Html Css Color HEX #14471A Myrtle

📋 copy color: '#14471A'

red 20 ◦ green 71 ◦ blue 26

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

Shades of Myrtle #14471A

Tints of Myrtle #14471A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 60.68%

 BLUE value IS 26 (10.55% from 255) = 22.22%

R = 17.09%
G = 60.68%
B = 22.22%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.63

 K value IS 0.72

RGB Variations

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

Color information

#14471A (or 0x14471A) is known color: Myrtle. HEX triplet: 14, 47 and 1A. RGB value is (20,71,26). Sum of RGB (Red+Green+Blue) = 20+71+26=117 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.09% from 117); Green value is 71 (28.12% from 255 or 60.68% from 117); Blue value is 26 (10.55% from 255 or 22.22% from 117); Max value from RGB is 71 - color contains mainly: green. Hex color #14471A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14471A is #EBB8E5. Grayscale: #323232. Windows color (decimal): -15448294 or 1722132. OLE color: 1722132.

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

Color convert

RGB 20 71 26 -
CMYK 0.72 0 0.63 0.72
HSL 127.06º 0.56% 0.18% -
HSV(B) 127.06º 0.72% 0.28% -
XYZ 2.73 4.73 1.75 -
YUV 50.62 114.1 106.16 -
System Red Green Blue C M Y K H S L
Decimal 20 71 26 0.72 0 0.63 0.72 127.06 0.56 0.18
Hex 14 47 1A 48 0 3F 48 7F 38 12
Octal 24 107 32 110 0 77 110 177 70 22
Binary 10100 1000111 11010 1001000 0 111111 1001000 1111111 111000 10010

Color Harmonies of #14471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14471A

Black with #14471A

Text Example


Text Example

White with #14471A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,71,26); }

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

background-color css

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

 a { background-color: rgb(20,71,26); }

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

border-color css

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

 span { border-color: rgb(20,71,26); }

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