#161E14

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

Shades of Myrtle #161E14

Tints of Myrtle #161E14

Color information

#161E14 (or 0x161E14) is unknown color: approx Myrtle. HEX triplet: 16, 1E and 14. RGB value is (22,30,20). Sum of RGB (Red+Green+Blue) = 22+30+20=72 (9% of max value = 765). Red value is 22 (8.98% from 255 or 30.56% from 72); Green value is 30 (12.11% from 255 or 41.67% from 72); Blue value is 20 (8.20% from 255 or 27.78% from 72); Max value from RGB is 30 - color contains mainly: green. Hex color #161E14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #161E14 is #E9E1EB. Grayscale: #1A1A1A. Windows color (decimal): -15327724 or 1318422. OLE color: 1318422.

HSL color Cylindrical-coordinate representation of color #161E14: hue angle of 108º degrees, saturation: 0.2, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #161E14 is Cyan = 0.27, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.88.

Color convert

RGB223020-
CMYK0.2700.330.88
HSL108º20%9.8%-
HSV(B)108º33.33%11.76%-
XYZ0.921.150.84-
YUV26.47124.35124.81-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 30.56%
GREEN value IS 30 (12.11% from 255) = 41.67%
BLUE value IS 20 (8.20% from 255) = 27.78%
R=30.56%
G=41.67%
B=27.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2230200.2700.330.88108209.8
Hex161E141B021586c14a
Octal263624330411301542412
Binary10110111101010011011010000110110001101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161E14; }

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

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

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

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

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

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

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

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