Html Css Color HEX #113F50 Green Vogue

📋 copy color: '#113F50'

red 17 ◦ green 63 ◦ blue 80

#113F50
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Vogue #113F50

Tints of Green Vogue #113F50

RGB

 RED value IS 17 (7.03% from 255) = 10.63%

 GREEN value IS 63 (25% from 255) = 39.38%

 BLUE value IS 80 (31.64% from 255) = 50%

R = 10.63%
G = 39.38%
B = 50%

CMYK

 C value IS 0.79

 M value IS 0.21

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#113F50 (or 0x113F50) is known color: Green Vogue. HEX triplet: 11, 3F and 50. RGB value is (17,63,80). Sum of RGB (Red+Green+Blue) = 17+63+80=160 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.62% from 160); Green value is 63 (25% from 255 or 39.38% from 160); Blue value is 80 (31.64% from 255 or 50% from 160); Max value from RGB is 80 - color contains mainly: blue. Hex color #113F50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113F50 is #EEC0AF. Grayscale: #333333. Windows color (decimal): -15646896 or 5259025. OLE color: 5259025.

HSL color Cylindrical-coordinate representation of color #113F50: hue angle of 196.19º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #113F50 is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 17 63 80 -
CMYK 0.79 0.21 0 0.69
HSL 196.19º 0.65% 0.19% -
HSV(B) 196.19º 0.79% 0.31% -
XYZ 3.46 4.25 8.23 -
YUV 51.18 144.26 103.62 -
System Red Green Blue C M Y K H S L
Decimal 17 63 80 0.79 0.21 0 0.69 196.19 0.65 0.19
Hex 11 3F 50 4F 15 0 45 C4 41 13
Octal 21 77 120 117 25 0 105 304 101 23
Binary 10001 111111 1010000 1001111 10101 0 1000101 11000100 1000001 10011

Color Harmonies of #113F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113F50

Black with #113F50

Text Example


Text Example

White with #113F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #113F50;
 }
 .AnyTagClassName
 {
   color: #113F50;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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