#16513F

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

Shades of Sherwood Green #16513F

Tints of Sherwood Green #16513F

Color information

#16513F (or 0x16513F) is unknown color: approx Sherwood Green. HEX triplet: 16, 51 and 3F. RGB value is (22,81,63). Sum of RGB (Red+Green+Blue) = 22+81+63=166 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.25% from 166); Green value is 81 (32.03% from 255 or 48.80% from 166); Blue value is 63 (25% from 255 or 37.95% from 166); Max value from RGB is 81 - color contains mainly: green. Hex color #16513F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16513F is #E9AEC0. Grayscale: #3D3D3D. Windows color (decimal): -15314625 or 4149526. OLE color: 4149526.

HSL color Cylindrical-coordinate representation of color #16513F: hue angle of 161.69º degrees, saturation: 0.57, 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 #16513F is Cyan = 0.73, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB228163-
CMYK0.7300.220.68
HSL161.69º57.28%20.2%-
HSV(B)161.69º72.84%31.76%-
XYZ4.176.415.72-
YUV61.31128.9599.96-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.25%
GREEN value IS 81 (32.03% from 255) = 48.80%
BLUE value IS 63 (25% from 255) = 37.95%
R=13.25%
G=48.80%
B=37.95%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2281630.7300.220.68161.6957.2820.2
Hex16513F4901644a23914
Octal26121771110261042427124
Binary101101010001111111100100101011010001001010001011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16513F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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