#164201

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

Shades of Myrtle #164201

Tints of Myrtle #164201

Color information

#164201 (or 0x164201) is unknown color: approx Myrtle. HEX triplet: 16, 42 and 01. RGB value is (22,66,1). Sum of RGB (Red+Green+Blue) = 22+66+1=89 (11% of max value = 765). Red value is 22 (8.98% from 255 or 24.72% from 89); Green value is 66 (26.17% from 255 or 74.16% from 89); Blue value is 1 (0.78% from 255 or 1.12% from 89); Max value from RGB is 66 - color contains mainly: green. Hex color #164201 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #164201 is #E9BDFE. Grayscale: #2D2D2D. Windows color (decimal): -15318527 or 82454. OLE color: 82454.

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

Color convert

RGB22661-
CMYK0.6700.980.74
HSL100.62º97.01%13.14%-
HSV(B)100.62º98.48%25.88%-
XYZ2.284.070.69-
YUV45.43102.92111.29-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 24.72%
GREEN value IS 66 (26.17% from 255) = 74.16%
BLUE value IS 1 (0.78% from 255) = 1.12%
R=24.72%
G=74.16%
B=1.12%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal226610.6700.980.74100.6297.0113.14
Hex16421430624A6561d
Octal261021103014211214514115
Binary10110100001011000011011000101001010110010111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164201; }

 p { color: rgb(22,66,1); }

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

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

 a { background-color: rgb(22,66,1); }

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

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

 span { border-color: rgb(22,66,1); }

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