#113E4C

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

Shades of Green Vogue #113E4C

Tints of Green Vogue #113E4C

Color information

#113E4C (or 0x113E4C) is unknown color: approx Green Vogue. HEX triplet: 11, 3E and 4C. RGB value is (17,62,76). Sum of RGB (Red+Green+Blue) = 17+62+76=155 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.97% from 155); Green value is 62 (24.61% from 255 or 40% from 155); Blue value is 76 (30.08% from 255 or 49.03% from 155); Max value from RGB is 76 - color contains mainly: blue. Hex color #113E4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113E4C is #EEC1B3. Grayscale: #323232. Windows color (decimal): -15647156 or 4996625. OLE color: 4996625.

HSL color Cylindrical-coordinate representation of color #113E4C: hue angle of 194.24º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #113E4C is Cyan = 0.78, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB176276-
CMYK0.780.1800.70
HSL194.24º63.44%18.24%-
HSV(B)194.24º77.63%29.8%-
XYZ3.264.097.45-
YUV50.14142.59104.36-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.97%
GREEN value IS 62 (24.61% from 255) = 40%
BLUE value IS 76 (30.08% from 255) = 49.03%
R=10.97%
G=40%
B=49.03%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1762760.780.1800.70194.2463.4418.24
Hex113E4C4E12046c23f12
Octal21761141162201063027722
Binary100011111101001100100111010010010001101100001011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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