#133B48

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

Shades of Green Vogue #133B48

Tints of Green Vogue #133B48

Color information

#133B48 (or 0x133B48) is unknown color: approx Green Vogue. HEX triplet: 13, 3B and 48. RGB value is (19,59,72). Sum of RGB (Red+Green+Blue) = 19+59+72=150 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.67% from 150); Green value is 59 (23.44% from 255 or 39.33% from 150); Blue value is 72 (28.52% from 255 or 48% from 150); Max value from RGB is 72 - color contains mainly: blue. Hex color #133B48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133B48 is #ECC4B7. Grayscale: #303030. Windows color (decimal): -15516856 or 4733715. OLE color: 4733715.

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

Color convert

RGB195972-
CMYK0.740.1800.72
HSL194.72º58.24%17.84%-
HSV(B)194.72º73.61%28.24%-
XYZ33.736.69-
YUV48.52141.25106.94-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.67%
GREEN value IS 59 (23.44% from 255) = 39.33%
BLUE value IS 72 (28.52% from 255) = 48%
R=12.67%
G=39.33%
B=48%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1959720.740.1800.72194.7258.2417.84
Hex133B484A12048c33a12
Octal23731101122201103037222
Binary100111110111001000100101010010010010001100001111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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