Html Css Color HEX #14471C Myrtle

📋 copy color: '#14471C'

red 20 ◦ green 71 ◦ blue 28

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

Shades of Myrtle #14471C

Tints of Myrtle #14471C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 23.53%

R = 16.81%
G = 59.66%
B = 23.53%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#14471C (or 0x14471C) is known color: Myrtle. HEX triplet: 14, 47 and 1C. RGB value is (20,71,28). Sum of RGB (Red+Green+Blue) = 20+71+28=119 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.81% from 119); Green value is 71 (28.12% from 255 or 59.66% from 119); Blue value is 28 (11.33% from 255 or 23.53% from 119); Max value from RGB is 71 - color contains mainly: green. Hex color #14471C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14471C is #EBB8E3. Grayscale: #323232. Windows color (decimal): -15448292 or 1853204. OLE color: 1853204.

HSL color Cylindrical-coordinate representation of color #14471C: hue angle of 129.41º 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 #14471C is Cyan = 0.72, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.72.

Color convert

RGB 20 71 28 -
CMYK 0.72 0 0.61 0.72
HSL 129.41º 0.56% 0.18% -
HSV(B) 129.41º 0.72% 0.28% -
XYZ 2.75 4.74 1.87 -
YUV 50.85 115.1 106 -
System Red Green Blue C M Y K H S L
Decimal 20 71 28 0.72 0 0.61 0.72 129.41 0.56 0.18
Hex 14 47 1C 48 0 3D 48 81 38 12
Octal 24 107 34 110 0 75 110 201 70 22
Binary 10100 1000111 11100 1001000 0 111101 1001000 10000001 111000 10010

Color Harmonies of #14471C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14471C

Black with #14471C

Text Example


Text Example

White with #14471C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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