Html Css Color HEX #14401A Myrtle

📋 copy color: '#14401A'

red 20 ◦ green 64 ◦ blue 26

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

Shades of Myrtle #14401A

Tints of Myrtle #14401A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 58.18%

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

R = 18.18%
G = 58.18%
B = 23.64%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.59

 K value IS 0.75

RGB Variations

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

Color information

#14401A (or 0x14401A) is known color: Myrtle. HEX triplet: 14, 40 and 1A. RGB value is (20,64,26). Sum of RGB (Red+Green+Blue) = 20+64+26=110 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.18% from 110); Green value is 64 (25.39% from 255 or 58.18% from 110); Blue value is 26 (10.55% from 255 or 23.64% from 110); Max value from RGB is 64 - color contains mainly: green. Hex color #14401A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14401A is #EBBFE5. Grayscale: #2E2E2E. Windows color (decimal): -15450086 or 1720340. OLE color: 1720340.

HSL color Cylindrical-coordinate representation of color #14401A: hue angle of 128.18º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #14401A is Cyan = 0.69, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.75.

Color convert

RGB 20 64 26 -
CMYK 0.69 0 0.59 0.75
HSL 128.18º 0.52% 0.16% -
HSV(B) 128.18º 0.69% 0.25% -
XYZ 2.31 3.89 1.61 -
YUV 46.51 116.42 109.09 -
System Red Green Blue C M Y K H S L
Decimal 20 64 26 0.69 0 0.59 0.75 128.18 0.52 0.16
Hex 14 40 1A 45 0 3B 4B 80 34 10
Octal 24 100 32 105 0 73 113 200 64 20
Binary 10100 1000000 11010 1000101 0 111011 1001011 10000000 110100 10000

Color Harmonies of #14401A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14401A

Black with #14401A

Text Example


Text Example

White with #14401A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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