Html Css Color HEX #11513C Sherwood Green

📋 copy color: '#11513C'

red 17 ◦ green 81 ◦ blue 60

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

Shades of Sherwood Green #11513C

Tints of Sherwood Green #11513C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 51.27%

 BLUE value IS 60 (23.83% from 255) = 37.97%

R = 10.76%
G = 51.27%
B = 37.97%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.26

 K value IS 0.68

RGB Variations

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

Color information

#11513C (or 0x11513C) is known color: Sherwood Green. HEX triplet: 11, 51 and 3C. RGB value is (17,81,60). Sum of RGB (Red+Green+Blue) = 17+81+60=158 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.76% from 158); Green value is 81 (32.03% from 255 or 51.27% from 158); Blue value is 60 (23.83% from 255 or 37.97% from 158); Max value from RGB is 81 - color contains mainly: green. Hex color #11513C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11513C is #EEAEC3. Grayscale: #3B3B3B. Windows color (decimal): -15642308 or 3952913. OLE color: 3952913.

HSL color Cylindrical-coordinate representation of color #11513C: hue angle of 160.31º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #11513C is Cyan = 0.79, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.68.

Color convert

RGB 17 81 60 -
CMYK 0.79 0 0.26 0.68
HSL 160.31º 0.65% 0.19% -
HSV(B) 160.31º 0.79% 0.32% -
XYZ 3.99 6.33 5.29 -
YUV 59.47 128.3 97.71 -
System Red Green Blue C M Y K H S L
Decimal 17 81 60 0.79 0 0.26 0.68 160.31 0.65 0.19
Hex 11 51 3C 4F 0 1A 44 A0 41 13
Octal 21 121 74 117 0 32 104 240 101 23
Binary 10001 1010001 111100 1001111 0 11010 1000100 10100000 1000001 10011

Color Harmonies of #11513C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11513C

Black with #11513C

Text Example


Text Example

White with #11513C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11513C; }

 p { color: rgb(17,81,60); }

 H1.HeaderClassName
 {
   color: #11513C;
 }
 .AnyTagClassName
 {
   color: #11513C;
 }
</style>

background-color css

<style>
 a { background-color: #11513C; }

 a { background-color: rgb(17,81,60); }

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

border-color css

<style>
 span { border-color: #11513C; }

 span { border-color: rgb(17,81,60); }

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