#164316

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

Shades of Myrtle #164316

Tints of Myrtle #164316

Color information

#164316 (or 0x164316) is unknown color: approx Myrtle. HEX triplet: 16, 43 and 16. RGB value is (22,67,22). Sum of RGB (Red+Green+Blue) = 22+67+22=111 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.82% from 111); Green value is 67 (26.56% from 255 or 60.36% from 111); Blue value is 22 (8.98% from 255 or 19.82% from 111); Max value from RGB is 67 - color contains mainly: green. Hex color #164316 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #164316 is #E9BCE9. Grayscale: #303030. Windows color (decimal): -15318250 or 1458966. OLE color: 1458966.

HSL color Cylindrical-coordinate representation of color #164316: hue angle of 120º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #164316 is Cyan = 0.67, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.74.

Color convert

RGB226722-
CMYK0.6700.670.74
HSL120º50.56%17.45%-
HSV(B)120º67.16%26.27%-
XYZ2.484.241.45-
YUV48.42113.09109.16-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 19.82%
GREEN value IS 67 (26.56% from 255) = 60.36%
BLUE value IS 22 (8.98% from 255) = 19.82%
R=19.82%
G=60.36%
B=19.82%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2267220.6700.670.7412050.5617.45
Hex164316430434A783311
Octal261032610301031121706321
Binary101101000011101101000011010000111001010111100011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164316; }

 p { color: rgb(22,67,22); }

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

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

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

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

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

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

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