Html Css Color HEX #113F4E Green Vogue

📋 copy color: '#113F4E'

red 17 ◦ green 63 ◦ blue 78

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

Shades of Green Vogue #113F4E

Tints of Green Vogue #113F4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 49.37%

R = 10.76%
G = 39.87%
B = 49.37%

CMYK

 C value IS 0.78

 M value IS 0.19

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#113F4E (or 0x113F4E) is known color: Green Vogue. HEX triplet: 11, 3F and 4E. RGB value is (17,63,78). Sum of RGB (Red+Green+Blue) = 17+63+78=158 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.76% from 158); Green value is 63 (25% from 255 or 39.87% from 158); Blue value is 78 (30.86% from 255 or 49.37% from 158); Max value from RGB is 78 - color contains mainly: blue. Hex color #113F4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113F4E is #EEC0B1. Grayscale: #323232. Windows color (decimal): -15646898 or 5127953. OLE color: 5127953.

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

Color convert

RGB 17 63 78 -
CMYK 0.78 0.19 0 0.69
HSL 194.75º 0.64% 0.19% -
HSV(B) 194.75º 0.78% 0.31% -
XYZ 3.38 4.22 7.84 -
YUV 50.96 143.26 103.78 -
System Red Green Blue C M Y K H S L
Decimal 17 63 78 0.78 0.19 0 0.69 194.75 0.64 0.19
Hex 11 3F 4E 4E 13 0 45 C3 40 13
Octal 21 77 116 116 23 0 105 303 100 23
Binary 10001 111111 1001110 1001110 10011 0 1000101 11000011 1000000 10011

Color Harmonies of #113F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113F4E

Black with #113F4E

Text Example


Text Example

White with #113F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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