#153E50

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

Shades of Green Vogue #153E50

Tints of Green Vogue #153E50

Color information

#153E50 (or 0x153E50) is unknown color: approx Green Vogue. HEX triplet: 15, 3E and 50. RGB value is (21,62,80). Sum of RGB (Red+Green+Blue) = 21+62+80=163 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.88% from 163); Green value is 62 (24.61% from 255 or 38.04% from 163); Blue value is 80 (31.64% from 255 or 49.08% from 163); Max value from RGB is 80 - color contains mainly: blue. Hex color #153E50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153E50 is #EAC1AF. Grayscale: #333333. Windows color (decimal): -15385008 or 5258773. OLE color: 5258773.

HSL color Cylindrical-coordinate representation of color #153E50: hue angle of 198.31º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #153E50 is Cyan = 0.74, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB216280-
CMYK0.740.2200.69
HSL198.31º58.42%19.8%-
HSV(B)198.31º73.75%31.37%-
XYZ3.484.188.21-
YUV51.79143.92106.04-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.88%
GREEN value IS 62 (24.61% from 255) = 38.04%
BLUE value IS 80 (31.64% from 255) = 49.08%
R=12.88%
G=38.04%
B=49.08%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2162800.740.2200.69198.3158.4219.8
Hex153E504A16045c63a14
Octal25761201122601053067224
Binary101011111101010000100101010110010001011100011011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153E50; }

 p { color: rgb(21,62,80); }

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

<style>
 a { background-color: #153E50; }

 a { background-color: rgb(21,62,80); }

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

<style>
 span { border-color: #153E50; }

 span { border-color: rgb(21,62,80); }

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