#16503E

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

Shades of Sherwood Green #16503E

Tints of Sherwood Green #16503E

Color information

#16503E (or 0x16503E) is unknown color: approx Sherwood Green. HEX triplet: 16, 50 and 3E. RGB value is (22,80,62). Sum of RGB (Red+Green+Blue) = 22+80+62=164 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.41% from 164); Green value is 80 (31.64% from 255 or 48.78% from 164); Blue value is 62 (24.61% from 255 or 37.80% from 164); Max value from RGB is 80 - color contains mainly: green. Hex color #16503E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16503E is #E9AFC1. Grayscale: #3C3C3C. Windows color (decimal): -15314882 or 4083734. OLE color: 4083734.

HSL color Cylindrical-coordinate representation of color #16503E: hue angle of 161.38º 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 #16503E is Cyan = 0.72, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.

Color convert

RGB228062-
CMYK0.7200.220.69
HSL161.38º56.86%20%-
HSV(B)161.38º72.5%31.37%-
XYZ4.076.265.55-
YUV60.61128.78100.46-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.41%
GREEN value IS 80 (31.64% from 255) = 48.78%
BLUE value IS 62 (24.61% from 255) = 37.80%
R=13.41%
G=48.78%
B=37.80%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2280620.7200.220.69161.3856.8620
Hex16503E4801645a13914
Octal26120761100261052417124
Binary101101010000111110100100001011010001011010000111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16503E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16503E; }

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

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

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

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

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

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

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

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