#14580D

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

Shades of Myrtle #14580D

Tints of Myrtle #14580D

Color information

#14580D (or 0x14580D) is unknown color: approx Myrtle. HEX triplet: 14, 58 and 0D. RGB value is (20,88,13). Sum of RGB (Red+Green+Blue) = 20+88+13=121 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.53% from 121); Green value is 88 (34.77% from 255 or 72.73% from 121); Blue value is 13 (5.47% from 255 or 10.74% from 121); Max value from RGB is 88 - color contains mainly: green. Hex color #14580D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #14580D is #EBA7F2. Grayscale: #3B3B3B. Windows color (decimal): -15443955 or 874516. OLE color: 874516.

HSL color Cylindrical-coordinate representation of color #14580D: hue angle of 114.4º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14580D is Cyan = 0.77, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.65.

Color convert

RGB208813-
CMYK0.7700.850.65
HSL114.4º74.26%19.8%-
HSV(B)114.4º85.23%34.51%-
XYZ3.857.161.56-
YUV59.12101.97100.1-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.53%
GREEN value IS 88 (34.77% from 255) = 72.73%
BLUE value IS 13 (5.47% from 255) = 10.74%
R=16.53%
G=72.73%
B=10.74%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2088130.7700.850.65114.474.2619.8
Hex1458D4D05541724a14
Octal2413015115012510116211224
Binary101001011000110110011010101010110000011110010100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14580D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #14580D;
 }
 .AnyTagClassName
 {
   color: #14580D;
 }
</style>
background-color css

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

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

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

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

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

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