#14620D

Color #14620D Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #14620D

Tints of Myrtle #14620D

Color information

#14620D (or 0x14620D) is unknown color: approx 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

RGB209813-
CMYK0.8000.870.62
HSL115.06º76.58%21.76%-
HSV(B)115.06º86.73%38.43%-
XYZ4.738.911.85-
YUV64.9998.6695.91-

RGB Variations

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

RGB

RED value IS 20 (8.20% 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 (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2098130.8000.870.62115.0676.5821.76
Hex1462D500573E734d16
Octal241421512001277616311526
Binary10100110001011011010000010101111111101110011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14620D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>