#153C50

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

Shades of Green Vogue #153C50

Tints of Green Vogue #153C50

Color information

#153C50 (or 0x153C50) is unknown color: approx Green Vogue. HEX triplet: 15, 3C and 50. RGB value is (21,60,80). Sum of RGB (Red+Green+Blue) = 21+60+80=161 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.04% from 161); Green value is 60 (23.83% from 255 or 37.27% from 161); Blue value is 80 (31.64% from 255 or 49.69% from 161); Max value from RGB is 80 - color contains mainly: blue. Hex color #153C50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153C50 is #EAC3AF. Grayscale: #323232. Windows color (decimal): -15385520 or 5258261. OLE color: 5258261.

HSL color Cylindrical-coordinate representation of color #153C50: hue angle of 200.34º 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 #153C50 is Cyan = 0.74, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB216080-
CMYK0.740.2500.69
HSL200.34º58.42%19.8%-
HSV(B)200.34º73.75%31.37%-
XYZ3.373.978.18-
YUV50.62144.58106.87-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.04%
GREEN value IS 60 (23.83% from 255) = 37.27%
BLUE value IS 80 (31.64% from 255) = 49.69%
R=13.04%
G=37.27%
B=49.69%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2160800.740.2500.69200.3458.4219.8
Hex153C504A19045c83a14
Octal25741201123101053107224
Binary101011111001010000100101011001010001011100100011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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