Html Css Color HEX #14400B Myrtle

📋 copy color: '#14400B'

red 20 ◦ green 64 ◦ blue 11

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

Shades of Myrtle #14400B

Tints of Myrtle #14400B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 11.58%

R = 21.05%
G = 67.37%
B = 11.58%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.83

 K value IS 0.75

RGB Variations

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

Color information

#14400B (or 0x14400B) is known color: Myrtle. HEX triplet: 14, 40 and 0B. RGB value is (20,64,11). Sum of RGB (Red+Green+Blue) = 20+64+11=95 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.05% from 95); Green value is 64 (25.39% from 255 or 67.37% from 95); Blue value is 11 (4.69% from 255 or 11.58% from 95); Max value from RGB is 64 - color contains mainly: green. Hex color #14400B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14400B is #EBBFF4. Grayscale: #2C2C2C. Windows color (decimal): -15450101 or 737300. OLE color: 737300.

HSL color Cylindrical-coordinate representation of color #14400B: hue angle of 109.81º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #14400B is Cyan = 0.69, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.75.

Color convert

RGB 20 64 11 -
CMYK 0.69 0 0.83 0.75
HSL 109.81º 0.71% 0.15% -
HSV(B) 109.81º 0.83% 0.25% -
XYZ 2.18 3.84 0.94 -
YUV 44.8 108.92 110.31 -
System Red Green Blue C M Y K H S L
Decimal 20 64 11 0.69 0 0.83 0.75 109.81 0.71 0.15
Hex 14 40 B 45 0 53 4B 6E 47 F
Octal 24 100 13 105 0 123 113 156 107 17
Binary 10100 1000000 1011 1000101 0 1010011 1001011 1101110 1000111 1111

Color Harmonies of #14400B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14400B

Black with #14400B

Text Example


Text Example

White with #14400B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14400B; }

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

 H1.HeaderClassName
 {
   color: #14400B;
 }
 .AnyTagClassName
 {
   color: #14400B;
 }
</style>

background-color css

<style>
 a { background-color: #14400B; }

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

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

border-color css

<style>
 span { border-color: #14400B; }

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

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