#16481B

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

Shades of Myrtle #16481B

Tints of Myrtle #16481B

Color information

#16481B (or 0x16481B) is unknown color: approx Myrtle. HEX triplet: 16, 48 and 1B. RGB value is (22,72,27). Sum of RGB (Red+Green+Blue) = 22+72+27=121 (16% of max value = 765). Red value is 22 (8.98% from 255 or 18.18% from 121); Green value is 72 (28.52% from 255 or 59.50% from 121); Blue value is 27 (10.94% from 255 or 22.31% from 121); Max value from RGB is 72 - color contains mainly: green. Hex color #16481B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16481B is #E9B7E4. Grayscale: #343434. Windows color (decimal): -15316965 or 1787926. OLE color: 1787926.

HSL color Cylindrical-coordinate representation of color #16481B: hue angle of 126º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #16481B is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB227227-
CMYK0.6900.620.72
HSL126º53.19%18.43%-
HSV(B)126º69.44%28.24%-
XYZ2.854.881.83-
YUV51.92113.94106.66-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.18%
GREEN value IS 72 (28.52% from 255) = 59.50%
BLUE value IS 27 (10.94% from 255) = 22.31%
R=18.18%
G=59.50%
B=22.31%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2272270.6900.620.7212653.1918.43
Hex16481B4503E487e3512
Octal26110331050761101766522
Binary10110100100011011100010101111101001000111111011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16481B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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