Html Css Color HEX #113B4C Green Vogue

📋 copy color: '#113B4C'

red 17 ◦ green 59 ◦ blue 76

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

Shades of Green Vogue #113B4C

Tints of Green Vogue #113B4C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 38.82%

 BLUE value IS 76 (30.08% from 255) = 50%

R = 11.18%
G = 38.82%
B = 50%

CMYK

 C value IS 0.78

 M value IS 0.22

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#113B4C (or 0x113B4C) is known color: Green Vogue. HEX triplet: 11, 3B and 4C. RGB value is (17,59,76). Sum of RGB (Red+Green+Blue) = 17+59+76=152 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.18% from 152); Green value is 59 (23.44% from 255 or 38.82% from 152); Blue value is 76 (30.08% from 255 or 50% from 152); Max value from RGB is 76 - color contains mainly: blue. Hex color #113B4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113B4C is #EEC4B3. Grayscale: #303030. Windows color (decimal): -15647924 or 4995857. OLE color: 4995857.

HSL color Cylindrical-coordinate representation of color #113B4C: hue angle of 197.29º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #113B4C is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 17 59 76 -
CMYK 0.78 0.22 0 0.70
HSL 197.29º 0.63% 0.18% -
HSV(B) 197.29º 0.78% 0.3% -
XYZ 3.1 3.77 7.4 -
YUV 48.38 143.59 105.62 -
System Red Green Blue C M Y K H S L
Decimal 17 59 76 0.78 0.22 0 0.70 197.29 0.63 0.18
Hex 11 3B 4C 4E 16 0 46 C5 3F 12
Octal 21 73 114 116 26 0 106 305 77 22
Binary 10001 111011 1001100 1001110 10110 0 1000110 11000101 111111 10010

Color Harmonies of #113B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113B4C

Black with #113B4C

Text Example


Text Example

White with #113B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,59,76); }

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

background-color css

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

 a { background-color: rgb(17,59,76); }

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

border-color css

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

 span { border-color: rgb(17,59,76); }

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