#133C4F

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

Shades of Green Vogue #133C4F

Tints of Green Vogue #133C4F

Color information

#133C4F (or 0x133C4F) is unknown color: approx Green Vogue. HEX triplet: 13, 3C and 4F. RGB value is (19,60,79). Sum of RGB (Red+Green+Blue) = 19+60+79=158 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.03% from 158); Green value is 60 (23.83% from 255 or 37.97% from 158); Blue value is 79 (31.25% from 255 or 50% from 158); Max value from RGB is 79 - color contains mainly: blue. Hex color #133C4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133C4F is #ECC3B0. Grayscale: #313131. Windows color (decimal): -15516593 or 5192723. OLE color: 5192723.

HSL color Cylindrical-coordinate representation of color #133C4F: hue angle of 199º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #133C4F is Cyan = 0.76, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB196079-
CMYK0.760.2400.69
HSL199º61.22%19.22%-
HSV(B)199º75.95%30.98%-
XYZ3.33.937.98-
YUV49.91144.42105.96-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.03%
GREEN value IS 60 (23.83% from 255) = 37.97%
BLUE value IS 79 (31.25% from 255) = 50%
R=12.03%
G=37.97%
B=50%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1960790.760.2400.6919961.2219.22
Hex133C4F4C18045c73d13
Octal23741171143001053077523
Binary100111111001001111100110011000010001011100011111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133C4F; }

 p { color: rgb(19,60,79); }

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

<style>
 a { background-color: #133C4F; }

 a { background-color: rgb(19,60,79); }

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

<style>
 span { border-color: #133C4F; }

 span { border-color: rgb(19,60,79); }

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