#14350A

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

Shades of Myrtle #14350A

Tints of Myrtle #14350A

Color information

#14350A (or 0x14350A) is unknown color: approx Myrtle. HEX triplet: 14, 35 and 0A. RGB value is (20,53,10). Sum of RGB (Red+Green+Blue) = 20+53+10=83 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.10% from 83); Green value is 53 (21.09% from 255 or 63.86% from 83); Blue value is 10 (4.30% from 255 or 12.05% from 83); Max value from RGB is 53 - color contains mainly: green. Hex color #14350A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14350A is #EBCAF5. Grayscale: #262626. Windows color (decimal): -15452918 or 668948. OLE color: 668948.

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

Color convert

RGB205310-
CMYK0.6200.810.79
HSL106.05º68.25%12.35%-
HSV(B)106.05º81.13%20.78%-
XYZ1.622.720.73-
YUV38.23112.07115-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 24.10%
GREEN value IS 53 (21.09% from 255) = 63.86%
BLUE value IS 10 (4.30% from 255) = 12.05%
R=24.10%
G=63.86%
B=12.05%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2053100.6200.810.79106.0568.2512.35
Hex1435A3E0514F6a44c
Octal24651276012111715210414
Binary101001101011010111110010100011001111110101010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14350A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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