#114133

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

Shades of Sherwood Green #114133

Tints of Sherwood Green #114133

Color information

#114133 (or 0x114133) is unknown color: approx Sherwood Green. HEX triplet: 11, 41 and 33. RGB value is (17,65,51). Sum of RGB (Red+Green+Blue) = 17+65+51=133 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.78% from 133); Green value is 65 (25.78% from 255 or 48.87% from 133); Blue value is 51 (20.31% from 255 or 38.35% from 133); Max value from RGB is 65 - color contains mainly: green. Hex color #114133 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114133 is #EEBECC. Grayscale: #313131. Windows color (decimal): -15646413 or 3358993. OLE color: 3358993.

HSL color Cylindrical-coordinate representation of color #114133: hue angle of 162.5º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #114133 is Cyan = 0.74, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB176551-
CMYK0.7400.220.75
HSL162.5º58.54%16.08%-
HSV(B)162.5º73.85%25.49%-
XYZ2.724.143.79-
YUV49.05129.1105.14-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.78%
GREEN value IS 65 (25.78% from 255) = 48.87%
BLUE value IS 51 (20.31% from 255) = 38.35%
R=12.78%
G=48.87%
B=38.35%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1765510.7400.220.75162.558.5416.08
Hex1141334A0164Ba23b10
Octal21101631120261132427320
Binary100011000001110011100101001011010010111010001011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114133; }

 p { color: rgb(17,65,51); }

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

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

 a { background-color: rgb(17,65,51); }

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

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

 span { border-color: rgb(17,65,51); }

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