#114935

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

Shades of Sherwood Green #114935

Tints of Sherwood Green #114935

Color information

#114935 (or 0x114935) is unknown color: approx Sherwood Green. HEX triplet: 11, 49 and 35. RGB value is (17,73,53). Sum of RGB (Red+Green+Blue) = 17+73+53=143 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.89% from 143); Green value is 73 (28.91% from 255 or 51.05% from 143); Blue value is 53 (21.09% from 255 or 37.06% from 143); Max value from RGB is 73 - color contains mainly: green. Hex color #114935 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114935 is #EEB6CA. Grayscale: #363636. Windows color (decimal): -15644363 or 3492113. OLE color: 3492113.

HSL color Cylindrical-coordinate representation of color #114935: hue angle of 158.57º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #114935 is Cyan = 0.77, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.71.

Color convert

RGB177353-
CMYK0.7700.270.71
HSL158.57º62.22%17.65%-
HSV(B)158.57º76.71%28.63%-
XYZ3.265.144.19-
YUV53.98127.45101.63-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.89%
GREEN value IS 73 (28.91% from 255) = 51.05%
BLUE value IS 53 (21.09% from 255) = 37.06%
R=11.89%
G=51.05%
B=37.06%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1773530.7700.270.71158.5762.2217.65
Hex1149354D01B479f3e12
Octal21111651150331072377622
Binary100011001001110101100110101101110001111001111111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114935; }

 p { color: rgb(17,73,53); }

 H1.HeaderClassName
 {
   color: #114935;
 }
 .AnyTagClassName
 {
   color: #114935;
 }
</style>
background-color css

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

 a { background-color: rgb(17,73,53); }

 div.DivClassName
 {
   background-color: #114935;
 }
 .BgClassName
 {
   background-color: #114935;
 }
</style>
border-color css

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

 span { border-color: rgb(17,73,53); }

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