#14380A

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

Shades of Myrtle #14380A

Tints of Myrtle #14380A

Color information

#14380A (or 0x14380A) is unknown color: approx Myrtle. HEX triplet: 14, 38 and 0A. RGB value is (20,56,10). Sum of RGB (Red+Green+Blue) = 20+56+10=86 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.26% from 86); Green value is 56 (22.27% from 255 or 65.12% from 86); Blue value is 10 (4.30% from 255 or 11.63% from 86); Max value from RGB is 56 - color contains mainly: green. Hex color #14380A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14380A is #EBC7F5. Grayscale: #282828. Windows color (decimal): -15452150 or 669716. OLE color: 669716.

HSL color Cylindrical-coordinate representation of color #14380A: hue angle of 106.96º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14380A is Cyan = 0.64, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.78.

Color convert

RGB205610-
CMYK0.6400.820.78
HSL106.96º69.7%12.94%-
HSV(B)106.96º82.14%21.96%-
XYZ1.7630.77-
YUV39.99111.07113.74-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 23.26%
GREEN value IS 56 (22.27% from 255) = 65.12%
BLUE value IS 10 (4.30% from 255) = 11.63%
R=23.26%
G=65.12%
B=11.63%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2056100.6400.820.78106.9669.712.94
Hex1438A400524E6b46d
Octal247012100012211615310615
Binary1010011100010101000000010100101001110110101110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14380A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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