#16503d

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

Shades of Sherwood Green #16503D

Tints of Sherwood Green #16503D

Color information

#16503D (or 0x16503D) is unknown color: approx Sherwood Green. HEX triplet: 16, 50 and 3D. RGB value is (22,80,61). Sum of RGB (Red+Green+Blue) = 22+80+61=163 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.50% from 163); Green value is 80 (31.64% from 255 or 49.08% from 163); Blue value is 61 (24.22% from 255 or 37.42% from 163); Max value from RGB is 80 - color contains mainly: green. Hex color #16503D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16503D is #E9AFC2. Grayscale: #3C3C3C. Windows color (decimal): -15314883 or 4018198. OLE color: 4018198.

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

Color convert

RGB228061-
CMYK0.7200.240.69
HSL160.34º56.86%20%-
HSV(B)160.34º72.5%31.37%-
XYZ4.046.245.41-
YUV60.49128.28100.54-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.50%
GREEN value IS 80 (31.64% from 255) = 49.08%
BLUE value IS 61 (24.22% from 255) = 37.42%
R=13.50%
G=49.08%
B=37.42%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2280610.7200.240.69160.3456.8620
Hex16503D4801845a03914
Octal26120751100301052407124
Binary101101010000111101100100001100010001011010000011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16503d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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