Html Css Color HEX #113D50 Green Vogue

📋 copy color: '#113D50'

red 17 ◦ green 61 ◦ blue 80

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

Shades of Green Vogue #113D50

Tints of Green Vogue #113D50

RGB

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

 GREEN value IS 61 (24.22% from 255) = 38.61%

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

R = 10.76%
G = 38.61%
B = 50.63%

CMYK

 C value IS 0.79

 M value IS 0.24

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#113D50 (or 0x113D50) is known color: Green Vogue. HEX triplet: 11, 3D and 50. RGB value is (17,61,80). Sum of RGB (Red+Green+Blue) = 17+61+80=158 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.76% from 158); Green value is 61 (24.22% from 255 or 38.61% from 158); Blue value is 80 (31.64% from 255 or 50.63% from 158); Max value from RGB is 80 - color contains mainly: blue. Hex color #113D50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113D50 is #EEC2AF. Grayscale: #313131. Windows color (decimal): -15647408 or 5258513. OLE color: 5258513.

HSL color Cylindrical-coordinate representation of color #113D50: hue angle of 198.1º 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 #113D50 is Cyan = 0.79, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 17 61 80 -
CMYK 0.79 0.24 0 0.69
HSL 198.1º 0.65% 0.19% -
HSV(B) 198.1º 0.79% 0.31% -
XYZ 3.35 4.04 8.19 -
YUV 50.01 144.92 104.46 -
System Red Green Blue C M Y K H S L
Decimal 17 61 80 0.79 0.24 0 0.69 198.1 0.65 0.19
Hex 11 3D 50 4F 18 0 45 C6 41 13
Octal 21 75 120 117 30 0 105 306 101 23
Binary 10001 111101 1010000 1001111 11000 0 1000101 11000110 1000001 10011

Color Harmonies of #113D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113D50

Black with #113D50

Text Example


Text Example

White with #113D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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