#14380d

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

Shades of Myrtle #14380D

Tints of Myrtle #14380D

Color information

#14380D (or 0x14380D) is unknown color: approx Myrtle. HEX triplet: 14, 38 and 0D. RGB value is (20,56,13). Sum of RGB (Red+Green+Blue) = 20+56+13=89 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.47% from 89); Green value is 56 (22.27% from 255 or 62.92% from 89); Blue value is 13 (5.47% from 255 or 14.61% from 89); Max value from RGB is 56 - color contains mainly: green. Hex color #14380D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14380D is #EBC7F2. Grayscale: #282828. Windows color (decimal): -15452147 or 866324. OLE color: 866324.

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

Color convert

RGB205613-
CMYK0.6400.770.78
HSL110.23º62.32%13.53%-
HSV(B)110.23º76.79%21.96%-
XYZ1.783.010.87-
YUV40.33112.57113.5-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 22.47%
GREEN value IS 56 (22.27% from 255) = 62.92%
BLUE value IS 13 (5.47% from 255) = 14.61%
R=22.47%
G=62.92%
B=14.61%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2056130.6400.770.78110.2362.3213.53
Hex1438D4004D4E6e3ee
Octal24701510001151161567616
Binary101001110001101100000001001101100111011011101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14380d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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