#113E4F

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

Shades of Green Vogue #113E4F

Tints of Green Vogue #113E4F

Color information

#113E4F (or 0x113E4F) is unknown color: approx Green Vogue. HEX triplet: 11, 3E and 4F. RGB value is (17,62,79). Sum of RGB (Red+Green+Blue) = 17+62+79=158 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.76% from 158); Green value is 62 (24.61% from 255 or 39.24% from 158); Blue value is 79 (31.25% from 255 or 50% from 158); Max value from RGB is 79 - color contains mainly: blue. Hex color #113E4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113E4F is #EEC1B0. Grayscale: #323232. Windows color (decimal): -15647153 or 5193233. OLE color: 5193233.

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

Color convert

RGB176279-
CMYK0.780.2200.69
HSL196.45º64.58%18.82%-
HSV(B)196.45º78.48%30.98%-
XYZ3.374.138.02-
YUV50.48144.09104.12-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.76%
GREEN value IS 62 (24.61% from 255) = 39.24%
BLUE value IS 79 (31.25% from 255) = 50%
R=10.76%
G=39.24%
B=50%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1762790.780.2200.69196.4564.5818.82
Hex113E4F4E16045c44113
Octal217611711626010530410123
Binary1000111111010011111001110101100100010111000100100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,62,79); }

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

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

 a { background-color: rgb(17,62,79); }

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

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

 span { border-color: rgb(17,62,79); }

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