#114332

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

Shades of Sherwood Green #114332

Tints of Sherwood Green #114332

Color information

#114332 (or 0x114332) is unknown color: approx Sherwood Green. HEX triplet: 11, 43 and 32. RGB value is (17,67,50). Sum of RGB (Red+Green+Blue) = 17+67+50=134 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.69% from 134); Green value is 67 (26.56% from 255 or 50% from 134); Blue value is 50 (19.92% from 255 or 37.31% from 134); Max value from RGB is 67 - color contains mainly: green. Hex color #114332 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114332 is #EEBCCD. Grayscale: #323232. Windows color (decimal): -15645902 or 3293969. OLE color: 3293969.

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

Color convert

RGB176750-
CMYK0.7500.250.74
HSL159.6º59.52%16.47%-
HSV(B)159.6º74.63%26.27%-
XYZ2.814.363.71-
YUV50.11127.94104.38-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.69%
GREEN value IS 67 (26.56% from 255) = 50%
BLUE value IS 50 (19.92% from 255) = 37.31%
R=12.69%
G=50%
B=37.31%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1767500.7500.250.74159.659.5216.47
Hex1143324B0194Aa03c10
Octal21103621130311122407420
Binary100011000011110010100101101100110010101010000011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114332; }

 p { color: rgb(17,67,50); }

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

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

 a { background-color: rgb(17,67,50); }

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

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

 span { border-color: rgb(17,67,50); }

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