#114232

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

Shades of Sherwood Green #114232

Tints of Sherwood Green #114232

Color information

#114232 (or 0x114232) is unknown color: approx Sherwood Green. HEX triplet: 11, 42 and 32. RGB value is (17,66,50). Sum of RGB (Red+Green+Blue) = 17+66+50=133 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.78% from 133); Green value is 66 (26.17% from 255 or 49.62% from 133); Blue value is 50 (19.92% from 255 or 37.59% from 133); Max value from RGB is 66 - color contains mainly: green. Hex color #114232 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114232 is #EEBDCD. Grayscale: #313131. Windows color (decimal): -15646158 or 3293713. OLE color: 3293713.

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

Color convert

RGB176650-
CMYK0.7400.240.74
HSL160.41º59.04%16.27%-
HSV(B)160.41º74.24%25.88%-
XYZ2.764.253.69-
YUV49.52128.27104.8-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.78%
GREEN value IS 66 (26.17% from 255) = 49.62%
BLUE value IS 50 (19.92% from 255) = 37.59%
R=12.78%
G=49.62%
B=37.59%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1766500.7400.240.74160.4159.0416.27
Hex1142324A0184Aa03b10
Octal21102621120301122407320
Binary100011000010110010100101001100010010101010000011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114232; }

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

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

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

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

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

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

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

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