Html Css Color HEX #11503B Sherwood Green

📋 copy color: '#11503B'

red 17 ◦ green 80 ◦ blue 59

#11503B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sherwood Green #11503B

Tints of Sherwood Green #11503B

RGB

 RED value IS 17 (7.03% from 255) = 10.9%

 GREEN value IS 80 (31.64% from 255) = 51.28%

 BLUE value IS 59 (23.44% from 255) = 37.82%

R = 10.9%
G = 51.28%
B = 37.82%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.26

 K value IS 0.69

RGB Variations

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

Color information

#11503B (or 0x11503B) is known color: Sherwood Green. HEX triplet: 11, 50 and 3B. RGB value is (17,80,59). Sum of RGB (Red+Green+Blue) = 17+80+59=156 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.90% from 156); Green value is 80 (31.64% from 255 or 51.28% from 156); Blue value is 59 (23.44% from 255 or 37.82% from 156); Max value from RGB is 80 - color contains mainly: green. Hex color #11503B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11503B is #EEAFC4. Grayscale: #3A3A3A. Windows color (decimal): -15642565 or 3887121. OLE color: 3887121.

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

Color convert

RGB 17 80 59 -
CMYK 0.79 0 0.26 0.69
HSL 160º 0.65% 0.19% -
HSV(B) 160º 0.79% 0.31% -
XYZ 3.89 6.17 5.12 -
YUV 58.77 128.13 98.21 -
System Red Green Blue C M Y K H S L
Decimal 17 80 59 0.79 0 0.26 0.69 160 0.65 0.19
Hex 11 50 3B 4F 0 1A 45 A0 41 13
Octal 21 120 73 117 0 32 105 240 101 23
Binary 10001 1010000 111011 1001111 0 11010 1000101 10100000 1000001 10011

Color Harmonies of #11503B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11503B

Black with #11503B

Text Example


Text Example

White with #11503B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #11503B;
 }
 .AnyTagClassName
 {
   color: #11503B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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