Html Css Color HEX #114C3A Sherwood Green

📋 copy color: '#114C3A'

red 17 ◦ green 76 ◦ blue 58

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

Shades of Sherwood Green #114C3A

Tints of Sherwood Green #114C3A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 50.33%

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

R = 11.26%
G = 50.33%
B = 38.41%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.24

 K value IS 0.70

RGB Variations

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

Color information

#114C3A (or 0x114C3A) is known color: Sherwood Green. HEX triplet: 11, 4C and 3A. RGB value is (17,76,58). Sum of RGB (Red+Green+Blue) = 17+76+58=151 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.26% from 151); Green value is 76 (30.08% from 255 or 50.33% from 151); Blue value is 58 (23.05% from 255 or 38.41% from 151); Max value from RGB is 76 - color contains mainly: green. Hex color #114C3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114C3A is #EEB3C5. Grayscale: #383838. Windows color (decimal): -15643590 or 3820561. OLE color: 3820561.

HSL color Cylindrical-coordinate representation of color #114C3A: hue angle of 161.69º degrees, saturation: 0.63, 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 #114C3A is Cyan = 0.78, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.70.

Color convert

RGB 17 76 58 -
CMYK 0.78 0 0.24 0.70
HSL 161.69º 0.63% 0.18% -
HSV(B) 161.69º 0.78% 0.3% -
XYZ 3.58 5.59 4.89 -
YUV 56.31 128.95 99.96 -
System Red Green Blue C M Y K H S L
Decimal 17 76 58 0.78 0 0.24 0.70 161.69 0.63 0.18
Hex 11 4C 3A 4E 0 18 46 A2 3F 12
Octal 21 114 72 116 0 30 106 242 77 22
Binary 10001 1001100 111010 1001110 0 11000 1000110 10100010 111111 10010

Color Harmonies of #114C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114C3A

Black with #114C3A

Text Example


Text Example

White with #114C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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