Html Css Color HEX #14620D Myrtle

📋 copy color: '#14620D'

red 20 ◦ green 98 ◦ blue 13

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

Shades of Myrtle #14620D

Tints of Myrtle #14620D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 74.81%

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

R = 15.27%
G = 74.81%
B = 9.92%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.87

 K value IS 0.62

RGB Variations

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

Color information

#14620D (or 0x14620D) is known color: Myrtle. HEX triplet: 14, 62 and 0D. RGB value is (20,98,13). Sum of RGB (Red+Green+Blue) = 20+98+13=131 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.27% from 131); Green value is 98 (38.67% from 255 or 74.81% from 131); Blue value is 13 (5.47% from 255 or 9.92% from 131); Max value from RGB is 98 - color contains mainly: green. Hex color #14620D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #14620D is #EB9DF2. Grayscale: #414141. Windows color (decimal): -15441395 or 877076. OLE color: 877076.

HSL color Cylindrical-coordinate representation of color #14620D: hue angle of 115.06º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14620D is Cyan = 0.80, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB 20 98 13 -
CMYK 0.80 0 0.87 0.62
HSL 115.06º 0.77% 0.22% -
HSV(B) 115.06º 0.87% 0.38% -
XYZ 4.73 8.91 1.85 -
YUV 64.99 98.66 95.91 -
System Red Green Blue C M Y K H S L
Decimal 20 98 13 0.80 0 0.87 0.62 115.06 0.77 0.22
Hex 14 62 D 50 0 57 3E 73 4D 16
Octal 24 142 15 120 0 127 76 163 115 26
Binary 10100 1100010 1101 1010000 0 1010111 111110 1110011 1001101 10110

Color Harmonies of #14620D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14620D

Black with #14620D

Text Example


Text Example

White with #14620D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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