#113F4E

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

Shades of Green Vogue #113F4E

Tints of Green Vogue #113F4E

Color information

#113F4E (or 0x113F4E) is unknown color: approx Green Vogue. HEX triplet: 11, 3F and 4E. RGB value is (17,63,78). Sum of RGB (Red+Green+Blue) = 17+63+78=158 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.76% from 158); Green value is 63 (25% from 255 or 39.87% from 158); Blue value is 78 (30.86% from 255 or 49.37% from 158); Max value from RGB is 78 - color contains mainly: blue. Hex color #113F4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113F4E is #EEC0B1. Grayscale: #323232. Windows color (decimal): -15646898 or 5127953. OLE color: 5127953.

HSL color Cylindrical-coordinate representation of color #113F4E: hue angle of 194.75º degrees, saturation: 0.64, 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 #113F4E is Cyan = 0.78, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB176378-
CMYK0.780.1900.69
HSL194.75º64.21%18.63%-
HSV(B)194.75º78.21%30.59%-
XYZ3.384.227.84-
YUV50.96143.26103.78-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.76%
GREEN value IS 63 (25% from 255) = 39.87%
BLUE value IS 78 (30.86% from 255) = 49.37%
R=10.76%
G=39.87%
B=49.37%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1763780.780.1900.69194.7564.2118.63
Hex113F4E4E13045c34013
Octal217711611623010530310023
Binary1000111111110011101001110100110100010111000011100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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