#113C4B

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

Shades of Green Vogue #113C4B

Tints of Green Vogue #113C4B

Color information

#113C4B (or 0x113C4B) is unknown color: approx Green Vogue. HEX triplet: 11, 3C and 4B. RGB value is (17,60,75). Sum of RGB (Red+Green+Blue) = 17+60+75=152 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.18% from 152); Green value is 60 (23.83% from 255 or 39.47% from 152); Blue value is 75 (29.69% from 255 or 49.34% from 152); Max value from RGB is 75 - color contains mainly: blue. Hex color #113C4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113C4B is #EEC3B4. Grayscale: #303030. Windows color (decimal): -15647669 or 4930577. OLE color: 4930577.

HSL color Cylindrical-coordinate representation of color #113C4B: hue angle of 195.52º 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 #113C4B is Cyan = 0.77, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB176075-
CMYK0.770.2000.71
HSL195.52º63.04%18.04%-
HSV(B)195.52º77.33%29.41%-
XYZ3.123.867.24-
YUV48.85142.75105.28-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.18%
GREEN value IS 60 (23.83% from 255) = 39.47%
BLUE value IS 75 (29.69% from 255) = 49.34%
R=11.18%
G=39.47%
B=49.34%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1760750.770.2000.71195.5263.0418.04
Hex113C4B4D14047c43f12
Octal21741131152401073047722
Binary100011111001001011100110110100010001111100010011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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