#165334

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

Shades of County Green #165334

Tints of County Green #165334

Color information

#165334 (or 0x165334) is unknown color: approx County Green. HEX triplet: 16, 53 and 34. RGB value is (22,83,52). Sum of RGB (Red+Green+Blue) = 22+83+52=157 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.01% from 157); Green value is 83 (32.81% from 255 or 52.87% from 157); Blue value is 52 (20.70% from 255 or 33.12% from 157); Max value from RGB is 83 - color contains mainly: green. Hex color #165334 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165334 is #E9ACCB. Grayscale: #3D3D3D. Windows color (decimal): -15314124 or 3429142. OLE color: 3429142.

HSL color Cylindrical-coordinate representation of color #165334: hue angle of 149.51º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #165334 is Cyan = 0.73, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.67.

Color convert

RGB228352-
CMYK0.7300.370.67
HSL149.51º58.1%20.59%-
HSV(B)149.51º73.49%32.55%-
XYZ4.046.614.31-
YUV61.23122.79100.02-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.01%
GREEN value IS 83 (32.81% from 255) = 52.87%
BLUE value IS 52 (20.70% from 255) = 33.12%
R=14.01%
G=52.87%
B=33.12%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2283520.7300.370.67149.5158.120.59
Hex1653344902543963a15
Octal26123641110451032267225
Binary1011010100111101001001001010010110000111001011011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165334; }

 p { color: rgb(22,83,52); }

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

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

 a { background-color: rgb(22,83,52); }

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

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

 span { border-color: rgb(22,83,52); }

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