#143316

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

Shades of Myrtle #143316

Tints of Myrtle #143316

Color information

#143316 (or 0x143316) is unknown color: approx Myrtle. HEX triplet: 14, 33 and 16. RGB value is (20,51,22). Sum of RGB (Red+Green+Blue) = 20+51+22=93 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.51% from 93); Green value is 51 (20.31% from 255 or 54.84% from 93); Blue value is 22 (8.98% from 255 or 23.66% from 93); Max value from RGB is 51 - color contains mainly: green. Hex color #143316 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143316 is #EBCCE9. Grayscale: #262626. Windows color (decimal): -15453418 or 1454868. OLE color: 1454868.

HSL color Cylindrical-coordinate representation of color #143316: hue angle of 123.87º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #143316 is Cyan = 0.61, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.8.

Color convert

RGB205122-
CMYK0.6100.570.8
HSL123.87º43.66%13.92%-
HSV(B)123.87º60.78%20%-
XYZ1.622.571.17-
YUV38.42118.73114.86-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.51%
GREEN value IS 51 (20.31% from 255) = 54.84%
BLUE value IS 22 (8.98% from 255) = 23.66%
R=21.51%
G=54.84%
B=23.66%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2051220.6100.570.8123.8743.6613.92
Hex1433163D039507c2ce
Octal246326750711201745416
Binary10100110011101101111010111001101000011111001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143316; }

 p { color: rgb(20,51,22); }

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

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

 a { background-color: rgb(20,51,22); }

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

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

 span { border-color: rgb(20,51,22); }

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