#164E1F

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

Shades of Myrtle #164E1F

Tints of Myrtle #164E1F

Color information

#164E1F (or 0x164E1F) is unknown color: approx Myrtle. HEX triplet: 16, 4E and 1F. RGB value is (22,78,31). Sum of RGB (Red+Green+Blue) = 22+78+31=131 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.79% from 131); Green value is 78 (30.86% from 255 or 59.54% from 131); Blue value is 31 (12.5% from 255 or 23.66% from 131); Max value from RGB is 78 - color contains mainly: green. Hex color #164E1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #164E1F is #E9B1E0. Grayscale: #383838. Windows color (decimal): -15315425 or 2051606. OLE color: 2051606.

HSL color Cylindrical-coordinate representation of color #164E1F: hue angle of 129.64º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #164E1F is Cyan = 0.72, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.69.

Color convert

RGB227831-
CMYK0.7200.600.69
HSL129.64º56%19.61%-
HSV(B)129.64º71.79%30.59%-
XYZ3.35.722.23-
YUV55.9113.95103.82-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.79%
GREEN value IS 78 (30.86% from 255) = 59.54%
BLUE value IS 31 (12.5% from 255) = 23.66%
R=16.79%
G=59.54%
B=23.66%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2278310.7200.600.69129.645619.61
Hex164E1F4803C45823814
Octal26116371100741052027024
Binary101101001110111111001000011110010001011000001011100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164E1F; }

 p { color: rgb(22,78,31); }

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

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

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

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

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

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

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