#113B4C

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

Shades of Green Vogue #113B4C

Tints of Green Vogue #113B4C

Color information

#113B4C (or 0x113B4C) is unknown color: approx Green Vogue. HEX triplet: 11, 3B and 4C. RGB value is (17,59,76). Sum of RGB (Red+Green+Blue) = 17+59+76=152 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.18% from 152); Green value is 59 (23.44% from 255 or 38.82% from 152); Blue value is 76 (30.08% from 255 or 50% from 152); Max value from RGB is 76 - color contains mainly: blue. Hex color #113B4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113B4C is #EEC4B3. Grayscale: #303030. Windows color (decimal): -15647924 or 4995857. OLE color: 4995857.

HSL color Cylindrical-coordinate representation of color #113B4C: hue angle of 197.29º 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 #113B4C is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB175976-
CMYK0.780.2200.70
HSL197.29º63.44%18.24%-
HSV(B)197.29º77.63%29.8%-
XYZ3.13.777.4-
YUV48.38143.59105.62-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.18%
GREEN value IS 59 (23.44% from 255) = 38.82%
BLUE value IS 76 (30.08% from 255) = 50%
R=11.18%
G=38.82%
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.70
SystemRedGreenBlueCMYKHSL
Decimal1759760.780.2200.70197.2963.4418.24
Hex113B4C4E16046c53f12
Octal21731141162601063057722
Binary100011110111001100100111010110010001101100010111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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