#11503A

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

Shades of Sherwood Green #11503A

Tints of Sherwood Green #11503A

Color information

#11503A (or 0x11503A) is unknown color: approx Sherwood Green. HEX triplet: 11, 50 and 3A. RGB value is (17,80,58). Sum of RGB (Red+Green+Blue) = 17+80+58=155 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.97% from 155); Green value is 80 (31.64% from 255 or 51.61% from 155); Blue value is 58 (23.05% from 255 or 37.42% from 155); Max value from RGB is 80 - color contains mainly: green. Hex color #11503A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11503A is #EEAFC5. Grayscale: #3A3A3A. Windows color (decimal): -15642566 or 3821585. OLE color: 3821585.

HSL color Cylindrical-coordinate representation of color #11503A: hue angle of 159.05º 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 #11503A is Cyan = 0.79, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.69.

Color convert

RGB178058-
CMYK0.7900.280.69
HSL159.05º64.95%19.02%-
HSV(B)159.05º78.75%31.37%-
XYZ3.866.164.99-
YUV58.65127.6398.29-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.97%
GREEN value IS 80 (31.64% from 255) = 51.61%
BLUE value IS 58 (23.05% from 255) = 37.42%
R=10.97%
G=51.61%
B=37.42%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1780580.7900.280.69159.0564.9519.02
Hex11503A4F01C459f4113
Octal211207211703410523710123
Binary1000110100001110101001111011100100010110011111100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11503A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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