#165038

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

Shades of County Green #165038

Tints of County Green #165038

Color information

#165038 (or 0x165038) is unknown color: approx County Green. HEX triplet: 16, 50 and 38. RGB value is (22,80,56). Sum of RGB (Red+Green+Blue) = 22+80+56=158 (20% of max value = 765). Red value is 22 (8.98% from 255 or 13.92% from 158); Green value is 80 (31.64% from 255 or 50.63% from 158); Blue value is 56 (22.27% from 255 or 35.44% from 158); Max value from RGB is 80 - color contains mainly: green. Hex color #165038 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165038 is #E9AFC7. Grayscale: #3B3B3B. Windows color (decimal): -15314888 or 3690518. OLE color: 3690518.

HSL color Cylindrical-coordinate representation of color #165038: hue angle of 155.17º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #165038 is Cyan = 0.72, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.69.

Color convert

RGB228056-
CMYK0.7200.300.69
HSL155.17º56.86%20%-
HSV(B)155.17º72.5%31.37%-
XYZ3.916.194.73-
YUV59.92125.78100.95-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.92%
GREEN value IS 80 (31.64% from 255) = 50.63%
BLUE value IS 56 (22.27% from 255) = 35.44%
R=13.92%
G=50.63%
B=35.44%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2280560.7200.300.69155.1756.8620
Hex1650384801E459b3914
Octal26120701100361052337124
Binary101101010000111000100100001111010001011001101111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165038; }

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

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

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

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

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

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

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

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