#113b4a

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

Shades of Green Vogue #113B4A

Tints of Green Vogue #113B4A

Color information

#113B4A (or 0x113B4A) is unknown color: approx Green Vogue. HEX triplet: 11, 3B and 4A. RGB value is (17,59,74). Sum of RGB (Red+Green+Blue) = 17+59+74=150 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.33% from 150); Green value is 59 (23.44% from 255 or 39.33% from 150); Blue value is 74 (29.30% from 255 or 49.33% from 150); Max value from RGB is 74 - color contains mainly: blue. Hex color #113B4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113B4A is #EEC4B5. Grayscale: #303030. Windows color (decimal): -15647926 or 4864785. OLE color: 4864785.

HSL color Cylindrical-coordinate representation of color #113B4A: hue angle of 195.79º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #113B4A is Cyan = 0.77, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB175974-
CMYK0.770.2000.71
HSL195.79º62.64%17.84%-
HSV(B)195.79º77.03%29.02%-
XYZ3.033.747.04-
YUV48.15142.59105.78-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.33%
GREEN value IS 59 (23.44% from 255) = 39.33%
BLUE value IS 74 (29.30% from 255) = 49.33%
R=11.33%
G=39.33%
B=49.33%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1759740.770.2000.71195.7962.6417.84
Hex113B4A4D14047c43f12
Octal21731121152401073047722
Binary100011110111001010100110110100010001111100010011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113b4a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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