#11503D

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

Shades of Sherwood Green #11503D

Tints of Sherwood Green #11503D

Color information

#11503D (or 0x11503D) is unknown color: approx Sherwood Green. HEX triplet: 11, 50 and 3D. RGB value is (17,80,61). Sum of RGB (Red+Green+Blue) = 17+80+61=158 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.76% from 158); Green value is 80 (31.64% from 255 or 50.63% from 158); Blue value is 61 (24.22% from 255 or 38.61% from 158); Max value from RGB is 80 - color contains mainly: green. Hex color #11503D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11503D is #EEAFC2. Grayscale: #3B3B3B. Windows color (decimal): -15642563 or 4018193. OLE color: 4018193.

HSL color Cylindrical-coordinate representation of color #11503D: hue angle of 161.9º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #11503D is Cyan = 0.79, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB178061-
CMYK0.7900.240.69
HSL161.9º64.95%19.02%-
HSV(B)161.9º78.75%31.37%-
XYZ3.946.195.4-
YUV59129.1398.04-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.76%
GREEN value IS 80 (31.64% from 255) = 50.63%
BLUE value IS 61 (24.22% from 255) = 38.61%
R=10.76%
G=50.63%
B=38.61%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1780610.7900.240.69161.964.9519.02
Hex11503D4F01845a24113
Octal211207511703010524210123
Binary1000110100001111011001111011000100010110100010100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11503D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11503D; }

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

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

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

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

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

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

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

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