#16521B

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

Shades of Myrtle #16521B

Tints of Myrtle #16521B

Color information

#16521B (or 0x16521B) is unknown color: approx Myrtle. HEX triplet: 16, 52 and 1B. RGB value is (22,82,27). Sum of RGB (Red+Green+Blue) = 22+82+27=131 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.79% from 131); Green value is 82 (32.42% from 255 or 62.60% from 131); Blue value is 27 (10.94% from 255 or 20.61% from 131); Max value from RGB is 82 - color contains mainly: green. Hex color #16521B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16521B is #E9ADE4. Grayscale: #393939. Windows color (decimal): -15314405 or 1790486. OLE color: 1790486.

HSL color Cylindrical-coordinate representation of color #16521B: hue angle of 125º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #16521B is Cyan = 0.73, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.68.

Color convert

RGB228227-
CMYK0.7300.670.68
HSL125º57.69%20.39%-
HSV(B)125º73.17%32.16%-
XYZ3.556.282.06-
YUV57.79110.62102.47-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.79%
GREEN value IS 82 (32.42% from 255) = 62.60%
BLUE value IS 27 (10.94% from 255) = 20.61%
R=16.79%
G=62.60%
B=20.61%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2282270.7300.670.6812557.6920.39
Hex16521B49043447d3a14
Octal261223311101031041757224
Binary101101010010110111001001010000111000100111110111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16521B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16521B; }

 p { color: rgb(22,82,27); }

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

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

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

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

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

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

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