#14530D

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

Shades of Myrtle #14530D

Tints of Myrtle #14530D

Color information

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

RGB208313-
CMYK0.7600.840.67
HSL114º72.92%18.82%-
HSV(B)114º84.34%32.55%-
XYZ3.456.361.43-
YUV56.18103.63102.19-

RGB Variations

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

RGB

RED value IS 20 (8.20% 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 (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2083130.7600.840.6711472.9218.82
Hex1453D4C05443724913
Octal2412315114012410316211123
Binary101001010011110110011000101010010000111110010100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14530D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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