#164311

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

Shades of Myrtle #164311

Tints of Myrtle #164311

Color information

#164311 (or 0x164311) is unknown color: approx Myrtle. HEX triplet: 16, 43 and 11. RGB value is (22,67,17). Sum of RGB (Red+Green+Blue) = 22+67+17=106 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.75% from 106); Green value is 67 (26.56% from 255 or 63.21% from 106); Blue value is 17 (7.03% from 255 or 16.04% from 106); Max value from RGB is 67 - color contains mainly: green. Hex color #164311 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #164311 is #E9BCEE. Grayscale: #303030. Windows color (decimal): -15318255 or 1131286. OLE color: 1131286.

HSL color Cylindrical-coordinate representation of color #164311: hue angle of 114º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #164311 is Cyan = 0.67, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.74.

Color convert

RGB226717-
CMYK0.6700.750.74
HSL114º59.52%16.47%-
HSV(B)114º74.63%26.27%-
XYZ2.444.231.22-
YUV47.84110.59109.57-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 20.75%
GREEN value IS 67 (26.56% from 255) = 63.21%
BLUE value IS 17 (7.03% from 255) = 16.04%
R=20.75%
G=63.21%
B=16.04%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2267170.6700.750.7411459.5216.47
Hex1643114304B4A723c10
Octal261032110301131121627420
Binary101101000011100011000011010010111001010111001011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164311; }

 p { color: rgb(22,67,17); }

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

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

 a { background-color: rgb(22,67,17); }

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

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

 span { border-color: rgb(22,67,17); }

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