Html Css Color HEX #114D3A Sherwood Green

📋 copy color: '#114D3A'

red 17 ◦ green 77 ◦ blue 58

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

Shades of Sherwood Green #114D3A

Tints of Sherwood Green #114D3A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 50.66%

 BLUE value IS 58 (23.05% from 255) = 38.16%

R = 11.18%
G = 50.66%
B = 38.16%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.25

 K value IS 0.70

RGB Variations

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

Color information

#114D3A (or 0x114D3A) is known color: Sherwood Green. HEX triplet: 11, 4D and 3A. RGB value is (17,77,58). Sum of RGB (Red+Green+Blue) = 17+77+58=152 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.18% from 152); Green value is 77 (30.47% from 255 or 50.66% from 152); Blue value is 58 (23.05% from 255 or 38.16% from 152); Max value from RGB is 77 - color contains mainly: green. Hex color #114D3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #114D3A is #EEB2C5. Grayscale: #383838. Windows color (decimal): -15643334 or 3820817. OLE color: 3820817.

HSL color Cylindrical-coordinate representation of color #114D3A: hue angle of 161º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #114D3A is Cyan = 0.78, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.70.

Color convert

RGB 17 77 58 -
CMYK 0.78 0 0.25 0.70
HSL 161º 0.64% 0.18% -
HSV(B) 161º 0.78% 0.3% -
XYZ 3.65 5.73 4.92 -
YUV 56.89 128.62 99.54 -
System Red Green Blue C M Y K H S L
Decimal 17 77 58 0.78 0 0.25 0.70 161 0.64 0.18
Hex 11 4D 3A 4E 0 19 46 A1 40 12
Octal 21 115 72 116 0 31 106 241 100 22
Binary 10001 1001101 111010 1001110 0 11001 1000110 10100001 1000000 10010

Color Harmonies of #114D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114D3A

Black with #114D3A

Text Example


Text Example

White with #114D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114D3A; }

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

 H1.HeaderClassName
 {
   color: #114D3A;
 }
 .AnyTagClassName
 {
   color: #114D3A;
 }
</style>

background-color css

<style>
 a { background-color: #114D3A; }

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

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

border-color css

<style>
 span { border-color: #114D3A; }

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

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