#114C3A

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

Shades of Sherwood Green #114C3A

Tints of Sherwood Green #114C3A

Color information

#114C3A (or 0x114C3A) is unknown color: approx 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

RGB177658-
CMYK0.7800.240.70
HSL161.69º63.44%18.24%-
HSV(B)161.69º77.63%29.8%-
XYZ3.585.594.89-
YUV56.31128.9599.96-

RGB Variations

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

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 (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1776580.7800.240.70161.6963.4418.24
Hex114C3A4E01846a23f12
Octal21114721160301062427722
Binary100011001100111010100111001100010001101010001011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>