#143212

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

Shades of Myrtle #143212

Tints of Myrtle #143212

Color information

#143212 (or 0x143212) is unknown color: approx Myrtle. HEX triplet: 14, 32 and 12. RGB value is (20,50,18). Sum of RGB (Red+Green+Blue) = 20+50+18=88 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.73% from 88); Green value is 50 (19.92% from 255 or 56.82% from 88); Blue value is 18 (7.42% from 255 or 20.45% from 88); Max value from RGB is 50 - color contains mainly: green. Hex color #143212 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143212 is #EBCDED. Grayscale: #252525. Windows color (decimal): -15453678 or 1192468. OLE color: 1192468.

HSL color Cylindrical-coordinate representation of color #143212: hue angle of 116.25º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #143212 is Cyan = 0.60, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.80.

Color convert

RGB205018-
CMYK0.6000.640.80
HSL116.25º47.06%13.33%-
HSV(B)116.25º64%19.61%-
XYZ1.542.470.97-
YUV37.38117.06115.6-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 22.73%
GREEN value IS 50 (19.92% from 255) = 56.82%
BLUE value IS 18 (7.42% from 255) = 20.45%
R=22.73%
G=56.82%
B=20.45%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2050180.6000.640.80116.2547.0613.33
Hex1432123C04050742fd
Octal2462227401001201645715
Binary101001100101001011110001000000101000011101001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143212; }

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

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

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

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

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

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

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

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