#154250

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

Shades of Green Vogue #154250

Tints of Green Vogue #154250

Color information

#154250 (or 0x154250) is unknown color: approx Green Vogue. HEX triplet: 15, 42 and 50. RGB value is (21,66,80). Sum of RGB (Red+Green+Blue) = 21+66+80=167 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.57% from 167); Green value is 66 (26.17% from 255 or 39.52% from 167); Blue value is 80 (31.64% from 255 or 47.90% from 167); Max value from RGB is 80 - color contains mainly: blue. Hex color #154250 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154250 is #EABDAF. Grayscale: #363636. Windows color (decimal): -15383984 or 5259797. OLE color: 5259797.

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

Color convert

RGB216680-
CMYK0.740.1700.69
HSL194.24º58.42%19.8%-
HSV(B)194.24º73.75%31.37%-
XYZ3.714.648.29-
YUV54.14142.59104.36-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.57%
GREEN value IS 66 (26.17% from 255) = 39.52%
BLUE value IS 80 (31.64% from 255) = 47.90%
R=12.57%
G=39.52%
B=47.90%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2166800.740.1700.69194.2458.4219.8
Hex1542504A11045c23a14
Octal251021201122101053027224
Binary1010110000101010000100101010001010001011100001011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154250; }

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

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

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

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

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

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

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

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