Html Css Color HEX #113C51 Green Vogue

📋 copy color: '#113C51'

red 17 ◦ green 60 ◦ blue 81

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

Shades of Green Vogue #113C51

Tints of Green Vogue #113C51

RGB

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

 GREEN value IS 60 (23.83% from 255) = 37.97%

 BLUE value IS 81 (32.03% from 255) = 51.27%

R = 10.76%
G = 37.97%
B = 51.27%

CMYK

 C value IS 0.79

 M value IS 0.26

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#113C51 (or 0x113C51) is known color: Green Vogue. HEX triplet: 11, 3C and 51. RGB value is (17,60,81). Sum of RGB (Red+Green+Blue) = 17+60+81=158 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.76% from 158); Green value is 60 (23.83% from 255 or 37.97% from 158); Blue value is 81 (32.03% from 255 or 51.27% from 158); Max value from RGB is 81 - color contains mainly: blue. Hex color #113C51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113C51 is #EEC3AE. Grayscale: #313131. Windows color (decimal): -15647663 or 5323793. OLE color: 5323793.

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

Color convert

RGB 17 60 81 -
CMYK 0.79 0.26 0 0.68
HSL 199.69º 0.65% 0.19% -
HSV(B) 199.69º 0.79% 0.32% -
XYZ 3.33 3.94 8.37 -
YUV 49.54 145.75 104.79 -
System Red Green Blue C M Y K H S L
Decimal 17 60 81 0.79 0.26 0 0.68 199.69 0.65 0.19
Hex 11 3C 51 4F 1A 0 44 C8 41 13
Octal 21 74 121 117 32 0 104 310 101 23
Binary 10001 111100 1010001 1001111 11010 0 1000100 11001000 1000001 10011

Color Harmonies of #113C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113C51

Black with #113C51

Text Example


Text Example

White with #113C51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,60,81); }

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

background-color css

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

 a { background-color: rgb(17,60,81); }

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

border-color css

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

 span { border-color: rgb(17,60,81); }

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