#14360D

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

Shades of Myrtle #14360D

Tints of Myrtle #14360D

Color information

#14360D (or 0x14360D) is unknown color: approx Myrtle. HEX triplet: 14, 36 and 0D. RGB value is (20,54,13). Sum of RGB (Red+Green+Blue) = 20+54+13=87 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.99% from 87); Green value is 54 (21.48% from 255 or 62.07% from 87); Blue value is 13 (5.47% from 255 or 14.94% from 87); Max value from RGB is 54 - color contains mainly: green. Hex color #14360D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14360D is #EBC9F2. Grayscale: #272727. Windows color (decimal): -15452659 or 865812. OLE color: 865812.

HSL color Cylindrical-coordinate representation of color #14360D: hue angle of 109.76º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #14360D is Cyan = 0.63, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.79.

Color convert

RGB205413-
CMYK0.6300.760.79
HSL109.76º61.19%13.14%-
HSV(B)109.76º75.93%21.18%-
XYZ1.682.820.84-
YUV39.16113.24114.33-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 22.99%
GREEN value IS 54 (21.48% from 255) = 62.07%
BLUE value IS 13 (5.47% from 255) = 14.94%
R=22.99%
G=62.07%
B=14.94%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2054130.6300.760.79109.7661.1913.14
Hex1436D3F04C4F6e3dd
Octal2466157701141171567515
Binary10100110110110111111101001100100111111011101111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14360D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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