#113C4C

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

Shades of Green Vogue #113C4C

Tints of Green Vogue #113C4C

Color information

#113C4C (or 0x113C4C) is unknown color: approx Green Vogue. HEX triplet: 11, 3C and 4C. RGB value is (17,60,76). Sum of RGB (Red+Green+Blue) = 17+60+76=153 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.11% from 153); Green value is 60 (23.83% from 255 or 39.22% from 153); Blue value is 76 (30.08% from 255 or 49.67% from 153); Max value from RGB is 76 - color contains mainly: blue. Hex color #113C4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113C4C is #EEC3B3. Grayscale: #303030. Windows color (decimal): -15647668 or 4996113. OLE color: 4996113.

HSL color Cylindrical-coordinate representation of color #113C4C: hue angle of 196.27º 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 #113C4C is Cyan = 0.78, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB176076-
CMYK0.780.2100.70
HSL196.27º63.44%18.24%-
HSV(B)196.27º77.63%29.8%-
XYZ3.153.877.42-
YUV48.97143.25105.2-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.11%
GREEN value IS 60 (23.83% from 255) = 39.22%
BLUE value IS 76 (30.08% from 255) = 49.67%
R=11.11%
G=39.22%
B=49.67%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1760760.780.2100.70196.2763.4418.24
Hex113C4C4E15046c43f12
Octal21741141162501063047722
Binary100011111001001100100111010101010001101100010011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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