#154050

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

Shades of Green Vogue #154050

Tints of Green Vogue #154050

Color information

#154050 (or 0x154050) is unknown color: approx Green Vogue. HEX triplet: 15, 40 and 50. RGB value is (21,64,80). Sum of RGB (Red+Green+Blue) = 21+64+80=165 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.73% from 165); Green value is 64 (25.39% from 255 or 38.79% from 165); Blue value is 80 (31.64% from 255 or 48.48% from 165); Max value from RGB is 80 - color contains mainly: blue. Hex color #154050 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154050 is #EABFAF. Grayscale: #343434. Windows color (decimal): -15384496 or 5259285. OLE color: 5259285.

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

Color convert

RGB216480-
CMYK0.740.2000.69
HSL196.27º58.42%19.8%-
HSV(B)196.27º73.75%31.37%-
XYZ3.594.418.25-
YUV52.97143.25105.2-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.73%
GREEN value IS 64 (25.39% from 255) = 38.79%
BLUE value IS 80 (31.64% from 255) = 48.48%
R=12.73%
G=38.79%
B=48.48%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2164800.740.2000.69196.2758.4219.8
Hex1540504A14045c43a14
Octal251001201122401053047224
Binary1010110000001010000100101010100010001011100010011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154050; }

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

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

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

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

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

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

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

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