#113B4B

Color #113B4B Green Vogue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Vogue #113B4B

Tints of Green Vogue #113B4B

Color information

#113B4B (or 0x113B4B) is unknown color: approx Green Vogue. HEX triplet: 11, 3B and 4B. RGB value is (17,59,75). Sum of RGB (Red+Green+Blue) = 17+59+75=151 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.26% from 151); Green value is 59 (23.44% from 255 or 39.07% from 151); Blue value is 75 (29.69% from 255 or 49.67% from 151); Max value from RGB is 75 - color contains mainly: blue. Hex color #113B4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113B4B is #EEC4B4. Grayscale: #303030. Windows color (decimal): -15647925 or 4930321. OLE color: 4930321.

HSL color Cylindrical-coordinate representation of color #113B4B: hue angle of 196.55º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #113B4B is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB175975-
CMYK0.770.2100.71
HSL196.55º63.04%18.04%-
HSV(B)196.55º77.33%29.41%-
XYZ3.073.767.22-
YUV48.27143.09105.7-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.26%
GREEN value IS 59 (23.44% from 255) = 39.07%
BLUE value IS 75 (29.69% from 255) = 49.67%
R=11.26%
G=39.07%
B=49.67%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1759750.770.2100.71196.5563.0418.04
Hex113B4B4D15047c53f12
Octal21731131152501073057722
Binary100011110111001011100110110101010001111100010111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #113B4B;
 }
 .AnyTagClassName
 {
   color: #113B4B;
 }
</style>
background-color css

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

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

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

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

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

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