#164932

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

Shades of County Green #164932

Tints of County Green #164932

Color information

#164932 (or 0x164932) is unknown color: approx County Green. HEX triplet: 16, 49 and 32. RGB value is (22,73,50). Sum of RGB (Red+Green+Blue) = 22+73+50=145 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.17% from 145); Green value is 73 (28.91% from 255 or 50.34% from 145); Blue value is 50 (19.92% from 255 or 34.48% from 145); Max value from RGB is 73 - color contains mainly: green. Hex color #164932 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164932 is #E9B6CD. Grayscale: #373737. Windows color (decimal): -15316686 or 3295510. OLE color: 3295510.

HSL color Cylindrical-coordinate representation of color #164932: hue angle of 152.94º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #164932 is Cyan = 0.70, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.71.

Color convert

RGB227350-
CMYK0.7000.320.71
HSL152.94º53.68%18.63%-
HSV(B)152.94º69.86%28.63%-
XYZ3.295.173.84-
YUV55.13125.1104.37-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.17%
GREEN value IS 73 (28.91% from 255) = 50.34%
BLUE value IS 50 (19.92% from 255) = 34.48%
R=15.17%
G=50.34%
B=34.48%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2273500.7000.320.71152.9453.6818.63
Hex1649324602047993613
Octal26111621060401072316623
Binary1011010010011100101000110010000010001111001100111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164932; }

 p { color: rgb(22,73,50); }

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

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

 a { background-color: rgb(22,73,50); }

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

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

 span { border-color: rgb(22,73,50); }

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