#164832

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

Shades of County Green #164832

Tints of County Green #164832

Color information

#164832 (or 0x164832) is unknown color: approx County Green. HEX triplet: 16, 48 and 32. RGB value is (22,72,50). Sum of RGB (Red+Green+Blue) = 22+72+50=144 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.28% from 144); Green value is 72 (28.52% from 255 or 50% from 144); Blue value is 50 (19.92% from 255 or 34.72% from 144); Max value from RGB is 72 - color contains mainly: green. Hex color #164832 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164832 is #E9B7CD. Grayscale: #363636. Windows color (decimal): -15316942 or 3295254. OLE color: 3295254.

HSL color Cylindrical-coordinate representation of color #164832: hue angle of 153.6º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #164832 is Cyan = 0.69, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.72.

Color convert

RGB227250-
CMYK0.6900.310.72
HSL153.6º53.19%18.43%-
HSV(B)153.6º69.44%28.24%-
XYZ3.225.043.82-
YUV54.54125.44104.79-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.28%
GREEN value IS 72 (28.52% from 255) = 50%
BLUE value IS 50 (19.92% from 255) = 34.72%
R=15.28%
G=50%
B=34.72%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2272500.6900.310.72153.653.1918.43
Hex1648324501F489a3512
Octal26110621050371102326522
Binary101101001000110010100010101111110010001001101011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164832; }

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

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

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

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

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

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

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

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