#14480D

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

Shades of Myrtle #14480D

Tints of Myrtle #14480D

Color information

#14480D (or 0x14480D) is unknown color: approx Myrtle. HEX triplet: 14, 48 and 0D. RGB value is (20,72,13). Sum of RGB (Red+Green+Blue) = 20+72+13=105 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.05% from 105); Green value is 72 (28.52% from 255 or 68.57% from 105); Blue value is 13 (5.47% from 255 or 12.38% from 105); Max value from RGB is 72 - color contains mainly: green. Hex color #14480D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14480D is #EBB7F2. Grayscale: #313131. Windows color (decimal): -15448051 or 870420. OLE color: 870420.

HSL color Cylindrical-coordinate representation of color #14480D: hue angle of 112.88º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14480D is Cyan = 0.72, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB207213-
CMYK0.7200.820.72
HSL112.88º69.41%16.67%-
HSV(B)112.88º81.94%28.24%-
XYZ2.684.811.17-
YUV49.73107.27106.8-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.05%
GREEN value IS 72 (28.52% from 255) = 68.57%
BLUE value IS 13 (5.47% from 255) = 12.38%
R=19.05%
G=68.57%
B=12.38%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2072130.7200.820.72112.8869.4116.67
Hex1448D4805248714511
Octal2411015110012211016110521
Binary101001001000110110010000101001010010001110001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14480D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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