Html Css Color HEX #14530D Myrtle

📋 copy color: '#14530D'

red 20 ◦ green 83 ◦ blue 13

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

Shades of Myrtle #14530D

Tints of Myrtle #14530D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 71.55%

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

R = 17.24%
G = 71.55%
B = 11.21%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#14530D (or 0x14530D) is known color: Myrtle. HEX triplet: 14, 53 and 0D. RGB value is (20,83,13). Sum of RGB (Red+Green+Blue) = 20+83+13=116 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.24% from 116); Green value is 83 (32.81% from 255 or 71.55% from 116); Blue value is 13 (5.47% from 255 or 11.21% from 116); Max value from RGB is 83 - color contains mainly: green. Hex color #14530D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #14530D is #EBACF2. Grayscale: #383838. Windows color (decimal): -15445235 or 873236. OLE color: 873236.

HSL color Cylindrical-coordinate representation of color #14530D: hue angle of 114º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14530D is Cyan = 0.76, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB 20 83 13 -
CMYK 0.76 0 0.84 0.67
HSL 114º 0.73% 0.19% -
HSV(B) 114º 0.84% 0.33% -
XYZ 3.45 6.36 1.43 -
YUV 56.18 103.63 102.19 -
System Red Green Blue C M Y K H S L
Decimal 20 83 13 0.76 0 0.84 0.67 114 0.73 0.19
Hex 14 53 D 4C 0 54 43 72 49 13
Octal 24 123 15 114 0 124 103 162 111 23
Binary 10100 1010011 1101 1001100 0 1010100 1000011 1110010 1001001 10011

Color Harmonies of #14530D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14530D

Black with #14530D

Text Example


Text Example

White with #14530D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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