#14360A

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

Shades of Myrtle #14360A

Tints of Myrtle #14360A

Color information

#14360A (or 0x14360A) is unknown color: approx Myrtle. HEX triplet: 14, 36 and 0A. RGB value is (20,54,10). Sum of RGB (Red+Green+Blue) = 20+54+10=84 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.81% from 84); Green value is 54 (21.48% from 255 or 64.29% from 84); Blue value is 10 (4.30% from 255 or 11.90% from 84); Max value from RGB is 54 - color contains mainly: green. Hex color #14360A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14360A is #EBC9F5. Grayscale: #262626. Windows color (decimal): -15452662 or 669204. OLE color: 669204.

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

Color convert

RGB205410-
CMYK0.6300.810.79
HSL106.36º68.75%12.55%-
HSV(B)106.36º81.48%21.18%-
XYZ1.662.810.74-
YUV38.82111.74114.58-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 23.81%
GREEN value IS 54 (21.48% from 255) = 64.29%
BLUE value IS 10 (4.30% from 255) = 11.90%
R=23.81%
G=64.29%
B=11.90%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2054100.6300.810.79106.3668.7512.55
Hex1436A3F0514F6a45d
Octal24661277012111715210515
Binary101001101101010111111010100011001111110101010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14360A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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