#143512

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

Shades of Myrtle #143512

Tints of Myrtle #143512

Color information

#143512 (or 0x143512) is unknown color: approx Myrtle. HEX triplet: 14, 35 and 12. RGB value is (20,53,18). Sum of RGB (Red+Green+Blue) = 20+53+18=91 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.98% from 91); Green value is 53 (21.09% from 255 or 58.24% from 91); Blue value is 18 (7.42% from 255 or 19.78% from 91); Max value from RGB is 53 - color contains mainly: green. Hex color #143512 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143512 is #EBCAED. Grayscale: #272727. Windows color (decimal): -15452910 or 1193236. OLE color: 1193236.

HSL color Cylindrical-coordinate representation of color #143512: hue angle of 116.57º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #143512 is Cyan = 0.62, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.79.

Color convert

RGB205318-
CMYK0.6200.660.79
HSL116.57º49.3%13.92%-
HSV(B)116.57º66.04%20.78%-
XYZ1.672.741.01-
YUV39.14116.07114.35-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.98%
GREEN value IS 53 (21.09% from 255) = 58.24%
BLUE value IS 18 (7.42% from 255) = 19.78%
R=21.98%
G=58.24%
B=19.78%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2053180.6200.660.79116.5749.313.92
Hex1435123E0424F7531e
Octal2465227601021171656116
Binary101001101011001011111001000010100111111101011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143512; }

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

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

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

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

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

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

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

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