#133C49

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

Shades of Green Vogue #133C49

Tints of Green Vogue #133C49

Color information

#133C49 (or 0x133C49) is unknown color: approx Green Vogue. HEX triplet: 13, 3C and 49. RGB value is (19,60,73). Sum of RGB (Red+Green+Blue) = 19+60+73=152 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.5% from 152); Green value is 60 (23.83% from 255 or 39.47% from 152); Blue value is 73 (28.91% from 255 or 48.03% from 152); Max value from RGB is 73 - color contains mainly: blue. Hex color #133C49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133C49 is #ECC3B6. Grayscale: #313131. Windows color (decimal): -15516599 or 4799507. OLE color: 4799507.

HSL color Cylindrical-coordinate representation of color #133C49: hue angle of 194.44º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #133C49 is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB196073-
CMYK0.740.1800.71
HSL194.44º58.7%18.04%-
HSV(B)194.44º73.97%28.63%-
XYZ3.093.856.88-
YUV49.22141.42106.44-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.5%
GREEN value IS 60 (23.83% from 255) = 39.47%
BLUE value IS 73 (28.91% from 255) = 48.03%
R=12.5%
G=39.47%
B=48.03%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1960730.740.1800.71194.4458.718.04
Hex133C494A12047c23b12
Octal23741111122201073027322
Binary100111111001001001100101010010010001111100001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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