#16523F

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

Shades of Sherwood Green #16523F

Tints of Sherwood Green #16523F

Color information

#16523F (or 0x16523F) is unknown color: approx Sherwood Green. HEX triplet: 16, 52 and 3F. RGB value is (22,82,63). Sum of RGB (Red+Green+Blue) = 22+82+63=167 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.17% from 167); Green value is 82 (32.42% from 255 or 49.10% from 167); Blue value is 63 (25% from 255 or 37.72% from 167); Max value from RGB is 82 - color contains mainly: green. Hex color #16523F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16523F is #E9ADC0. Grayscale: #3D3D3D. Windows color (decimal): -15314369 or 4149782. OLE color: 4149782.

HSL color Cylindrical-coordinate representation of color #16523F: hue angle of 161º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #16523F is Cyan = 0.73, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.68.

Color convert

RGB228263-
CMYK0.7300.230.68
HSL161º57.69%20.39%-
HSV(B)161º73.17%32.16%-
XYZ4.256.565.75-
YUV61.89128.6299.54-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.17%
GREEN value IS 82 (32.42% from 255) = 49.10%
BLUE value IS 63 (25% from 255) = 37.72%
R=13.17%
G=49.10%
B=37.72%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2282630.7300.230.6816157.6920.39
Hex16523F4901744a13a14
Octal26122771110271042417224
Binary101101010010111111100100101011110001001010000111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16523F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16523F; }

 p { color: rgb(22,82,63); }

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

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

 a { background-color: rgb(22,82,63); }

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

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

 span { border-color: rgb(22,82,63); }

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