#16441B

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

Shades of Myrtle #16441B

Tints of Myrtle #16441B

Color information

#16441B (or 0x16441B) is unknown color: approx Myrtle. HEX triplet: 16, 44 and 1B. RGB value is (22,68,27). Sum of RGB (Red+Green+Blue) = 22+68+27=117 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.80% from 117); Green value is 68 (26.95% from 255 or 58.12% from 117); Blue value is 27 (10.94% from 255 or 23.08% from 117); Max value from RGB is 68 - color contains mainly: green. Hex color #16441B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16441B is #E9BBE4. Grayscale: #313131. Windows color (decimal): -15317989 or 1786902. OLE color: 1786902.

HSL color Cylindrical-coordinate representation of color #16441B: hue angle of 126.52º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #16441B is Cyan = 0.68, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.73.

Color convert

RGB226827-
CMYK0.6800.600.73
HSL126.52º51.11%17.65%-
HSV(B)126.52º67.65%26.67%-
XYZ2.64.381.75-
YUV49.57115.26108.33-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.80%
GREEN value IS 68 (26.95% from 255) = 58.12%
BLUE value IS 27 (10.94% from 255) = 23.08%
R=18.80%
G=58.12%
B=23.08%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2268270.6800.600.73126.5251.1117.65
Hex16441B4403C497f3312
Octal26104331040741111776322
Binary10110100010011011100010001111001001001111111111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16441B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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