Html Css Color HEX #14340D Myrtle

📋 copy color: '#14340D'

red 20 ◦ green 52 ◦ blue 13

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

Shades of Myrtle #14340D

Tints of Myrtle #14340D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 61.18%

 BLUE value IS 13 (5.47% from 255) = 15.29%

R = 23.53%
G = 61.18%
B = 15.29%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.75

 K value IS 0.80

RGB Variations

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

Color information

#14340D (or 0x14340D) is known color: Myrtle. HEX triplet: 14, 34 and 0D. RGB value is (20,52,13). Sum of RGB (Red+Green+Blue) = 20+52+13=85 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.53% from 85); Green value is 52 (20.70% from 255 or 61.18% from 85); Blue value is 13 (5.47% from 255 or 15.29% from 85); Max value from RGB is 52 - color contains mainly: green. Hex color #14340D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14340D is #EBCBF2. Grayscale: #262626. Windows color (decimal): -15453171 or 865300. OLE color: 865300.

HSL color Cylindrical-coordinate representation of color #14340D: hue angle of 109.23º degrees, saturation: 0.6, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #14340D is Cyan = 0.62, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.80.

Color convert

RGB 20 52 13 -
CMYK 0.62 0 0.75 0.80
HSL 109.23º 0.6% 0.13% -
HSV(B) 109.23º 0.75% 0.2% -
XYZ 1.59 2.63 0.81 -
YUV 37.99 113.9 115.17 -
System Red Green Blue C M Y K H S L
Decimal 20 52 13 0.62 0 0.75 0.80 109.23 0.6 0.13
Hex 14 34 D 3E 0 4B 50 6D 3C D
Octal 24 64 15 76 0 113 120 155 74 15
Binary 10100 110100 1101 111110 0 1001011 1010000 1101101 111100 1101

Color Harmonies of #14340D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14340D

Black with #14340D

Text Example


Text Example

White with #14340D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14340D; }

 p { color: rgb(20,52,13); }

 H1.HeaderClassName
 {
   color: #14340D;
 }
 .AnyTagClassName
 {
   color: #14340D;
 }
</style>

background-color css

<style>
 a { background-color: #14340D; }

 a { background-color: rgb(20,52,13); }

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

border-color css

<style>
 span { border-color: #14340D; }

 span { border-color: rgb(20,52,13); }

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