#163314

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

Shades of Myrtle #163314

Tints of Myrtle #163314

Color information

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

HSL color Cylindrical-coordinate representation of color #163314: hue angle of 116.13º 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 #163314 is Cyan = 0.57, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.8.

Color convert

RGB225120-
CMYK0.5700.610.8
HSL116.13º43.66%13.92%-
HSV(B)116.13º60.78%20%-
XYZ1.642.591.08-
YUV38.8117.39116.02-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2251200.5700.610.8116.1343.6613.92
Hex1633143903D50742ce
Octal266324710751201645416
Binary10110110011101001110010111101101000011101001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163314; }

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

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

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

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

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

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

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

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