#133F4D

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

Shades of Green Vogue #133F4D

Tints of Green Vogue #133F4D

Color information

#133F4D (or 0x133F4D) is unknown color: approx Green Vogue. HEX triplet: 13, 3F and 4D. RGB value is (19,63,77). Sum of RGB (Red+Green+Blue) = 19+63+77=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 63 (25% from 255 or 39.62% from 159); Blue value is 77 (30.47% from 255 or 48.43% from 159); Max value from RGB is 77 - color contains mainly: blue. Hex color #133F4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133F4D is #ECC0B2. Grayscale: #333333. Windows color (decimal): -15515827 or 5062419. OLE color: 5062419.

HSL color Cylindrical-coordinate representation of color #133F4D: hue angle of 194.48º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #133F4D is Cyan = 0.75, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB196377-
CMYK0.750.1800.70
HSL194.48º60.42%18.82%-
HSV(B)194.48º75.32%30.2%-
XYZ3.394.237.66-
YUV51.44142.42104.86-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.95%
GREEN value IS 63 (25% from 255) = 39.62%
BLUE value IS 77 (30.47% from 255) = 48.43%
R=11.95%
G=39.62%
B=48.43%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1963770.750.1800.70194.4860.4218.82
Hex133F4D4B12046c23c13
Octal23771151132201063027423
Binary100111111111001101100101110010010001101100001011110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,63,77); }

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

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

 a { background-color: rgb(19,63,77); }

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

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

 span { border-color: rgb(19,63,77); }

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