#14470F

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

Shades of Myrtle #14470F

Tints of Myrtle #14470F

Color information

#14470F (or 0x14470F) is unknown color: approx Myrtle. HEX triplet: 14, 47 and 0F. RGB value is (20,71,15). Sum of RGB (Red+Green+Blue) = 20+71+15=106 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.87% from 106); Green value is 71 (28.12% from 255 or 66.98% from 106); Blue value is 15 (6.25% from 255 or 14.15% from 106); Max value from RGB is 71 - color contains mainly: green. Hex color #14470F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14470F is #EBB8F0. Grayscale: #313131. Windows color (decimal): -15448305 or 1001236. OLE color: 1001236.

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

Color convert

RGB207115-
CMYK0.7200.790.72
HSL114.64º65.12%16.86%-
HSV(B)114.64º78.87%27.84%-
XYZ2.634.691.22-
YUV49.37108.6107.05-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.87%
GREEN value IS 71 (28.12% from 255) = 66.98%
BLUE value IS 15 (6.25% from 255) = 14.15%
R=18.87%
G=66.98%
B=14.15%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2071150.7200.790.72114.6465.1216.86
Hex1447F4804F48734111
Octal2410717110011711016310121
Binary101001000111111110010000100111110010001110011100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14470F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14470F; }

 p { color: rgb(20,71,15); }

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

<style>
 a { background-color: #14470F; }

 a { background-color: rgb(20,71,15); }

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

<style>
 span { border-color: #14470F; }

 span { border-color: rgb(20,71,15); }

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