#164132

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

Shades of Sherwood Green #164132

Tints of Sherwood Green #164132

Color information

#164132 (or 0x164132) is unknown color: approx Sherwood Green. HEX triplet: 16, 41 and 32. RGB value is (22,65,50). Sum of RGB (Red+Green+Blue) = 22+65+50=137 (18% of max value = 765). Red value is 22 (8.98% from 255 or 16.06% from 137); Green value is 65 (25.78% from 255 or 47.45% from 137); Blue value is 50 (19.92% from 255 or 36.50% from 137); Max value from RGB is 65 - color contains mainly: green. Hex color #164132 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164132 is #E9BECD. Grayscale: #323232. Windows color (decimal): -15318734 or 3293462. OLE color: 3293462.

HSL color Cylindrical-coordinate representation of color #164132: hue angle of 159.07º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #164132 is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.75.

Color convert

RGB226550-
CMYK0.6600.230.75
HSL159.07º49.43%17.06%-
HSV(B)159.07º66.15%25.49%-
XYZ2.84.183.68-
YUV50.43127.75107.72-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.06%
GREEN value IS 65 (25.78% from 255) = 47.45%
BLUE value IS 50 (19.92% from 255) = 36.50%
R=16.06%
G=47.45%
B=36.50%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2265500.6600.230.75159.0749.4317.06
Hex164132420174B9f3111
Octal26101621020271132376121
Binary101101000001110010100001001011110010111001111111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164132; }

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

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

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

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

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

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

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

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