#113D4A

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

Shades of Green Vogue #113D4A

Tints of Green Vogue #113D4A

Color information

#113D4A (or 0x113D4A) is unknown color: approx Green Vogue. HEX triplet: 11, 3D and 4A. RGB value is (17,61,74). Sum of RGB (Red+Green+Blue) = 17+61+74=152 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.18% from 152); Green value is 61 (24.22% from 255 or 40.13% from 152); Blue value is 74 (29.30% from 255 or 48.68% from 152); Max value from RGB is 74 - color contains mainly: blue. Hex color #113D4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113D4A is #EEC2B5. Grayscale: #313131. Windows color (decimal): -15647414 or 4865297. OLE color: 4865297.

HSL color Cylindrical-coordinate representation of color #113D4A: hue angle of 193.68º 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 #113D4A is Cyan = 0.77, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB176174-
CMYK0.770.1800.71
HSL193.68º62.64%17.84%-
HSV(B)193.68º77.03%29.02%-
XYZ3.143.957.08-
YUV49.33141.92104.94-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.18%
GREEN value IS 61 (24.22% from 255) = 40.13%
BLUE value IS 74 (29.30% from 255) = 48.68%
R=11.18%
G=40.13%
B=48.68%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1761740.770.1800.71193.6862.6417.84
Hex113D4A4D12047c23f12
Octal21751121152201073027722
Binary100011111011001010100110110010010001111100001011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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