#133B49

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

Shades of Green Vogue #133B49

Tints of Green Vogue #133B49

Color information

#133B49 (or 0x133B49) is unknown color: approx Green Vogue. HEX triplet: 13, 3B and 49. RGB value is (19,59,73). Sum of RGB (Red+Green+Blue) = 19+59+73=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 59 (23.44% from 255 or 39.07% from 151); Blue value is 73 (28.91% from 255 or 48.34% from 151); Max value from RGB is 73 - color contains mainly: blue. Hex color #133B49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133B49 is #ECC4B6. Grayscale: #303030. Windows color (decimal): -15516855 or 4799251. OLE color: 4799251.

HSL color Cylindrical-coordinate representation of color #133B49: hue angle of 195.56º 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 #133B49 is Cyan = 0.74, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB195973-
CMYK0.740.1900.71
HSL195.56º58.7%18.04%-
HSV(B)195.56º73.97%28.63%-
XYZ3.043.756.87-
YUV48.64141.75106.86-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.58%
GREEN value IS 59 (23.44% from 255) = 39.07%
BLUE value IS 73 (28.91% from 255) = 48.34%
R=12.58%
G=39.07%
B=48.34%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1959730.740.1900.71195.5658.718.04
Hex133B494A13047c43b12
Octal23731111122301073047322
Binary100111110111001001100101010011010001111100010011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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