#165638

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

Shades of County Green #165638

Tints of County Green #165638

Color information

#165638 (or 0x165638) is unknown color: approx County Green. HEX triplet: 16, 56 and 38. RGB value is (22,86,56). Sum of RGB (Red+Green+Blue) = 22+86+56=164 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.41% from 164); Green value is 86 (33.98% from 255 or 52.44% from 164); Blue value is 56 (22.27% from 255 or 34.15% from 164); Max value from RGB is 86 - color contains mainly: green. Hex color #165638 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165638 is #E9A9C7. Grayscale: #3F3F3F. Windows color (decimal): -15313352 or 3692054. OLE color: 3692054.

HSL color Cylindrical-coordinate representation of color #165638: hue angle of 151.88º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #165638 is Cyan = 0.74, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.66.

Color convert

RGB228656-
CMYK0.7400.350.66
HSL151.88º59.26%21.18%-
HSV(B)151.88º74.42%33.73%-
XYZ4.377.114.88-
YUV63.44123.898.44-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.41%
GREEN value IS 86 (33.98% from 255) = 52.44%
BLUE value IS 56 (22.27% from 255) = 34.15%
R=13.41%
G=52.44%
B=34.15%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2286560.7400.350.66151.8859.2621.18
Hex1656384A02342983b15
Octal26126701120431022307325
Binary1011010101101110001001010010001110000101001100011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165638; }

 p { color: rgb(22,86,56); }

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

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

 a { background-color: rgb(22,86,56); }

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

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

 span { border-color: rgb(22,86,56); }

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