#113F51

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

Shades of Green Vogue #113F51

Tints of Green Vogue #113F51

Color information

#113F51 (or 0x113F51) is unknown color: approx Green Vogue. HEX triplet: 11, 3F and 51. RGB value is (17,63,81). Sum of RGB (Red+Green+Blue) = 17+63+81=161 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.56% from 161); Green value is 63 (25% from 255 or 39.13% from 161); Blue value is 81 (32.03% from 255 or 50.31% from 161); Max value from RGB is 81 - color contains mainly: blue. Hex color #113F51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113F51 is #EEC0AE. Grayscale: #333333. Windows color (decimal): -15646895 or 5324561. OLE color: 5324561.

HSL color Cylindrical-coordinate representation of color #113F51: hue angle of 196.88º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #113F51 is Cyan = 0.79, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB176381-
CMYK0.790.2200.68
HSL196.88º65.31%19.22%-
HSV(B)196.88º79.01%31.76%-
XYZ3.494.278.42-
YUV51.3144.76103.54-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.56%
GREEN value IS 63 (25% from 255) = 39.13%
BLUE value IS 81 (32.03% from 255) = 50.31%
R=10.56%
G=39.13%
B=50.31%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1763810.790.2200.68196.8865.3119.22
Hex113F514F16044c54113
Octal217712111726010430510123
Binary1000111111110100011001111101100100010011000101100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113F51; }

 p { color: rgb(17,63,81); }

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

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

 a { background-color: rgb(17,63,81); }

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

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

 span { border-color: rgb(17,63,81); }

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