#154350

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

Shades of Green Vogue #154350

Tints of Green Vogue #154350

Color information

#154350 (or 0x154350) is unknown color: approx Green Vogue. HEX triplet: 15, 43 and 50. RGB value is (21,67,80). Sum of RGB (Red+Green+Blue) = 21+67+80=168 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.5% from 168); Green value is 67 (26.56% from 255 or 39.88% from 168); Blue value is 80 (31.64% from 255 or 47.62% from 168); Max value from RGB is 80 - color contains mainly: blue. Hex color #154350 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154350 is #EABCAF. Grayscale: #363636. Windows color (decimal): -15383728 or 5260053. OLE color: 5260053.

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

Color convert

RGB216780-
CMYK0.740.1600.69
HSL193.22º58.42%19.8%-
HSV(B)193.22º73.75%31.37%-
XYZ3.764.758.31-
YUV54.73142.26103.94-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.5%
GREEN value IS 67 (26.56% from 255) = 39.88%
BLUE value IS 80 (31.64% from 255) = 47.62%
R=12.5%
G=39.88%
B=47.62%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2167800.740.1600.69193.2258.4219.8
Hex1543504A10045c13a14
Octal251031201122001053017224
Binary1010110000111010000100101010000010001011100000111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154350; }

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

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

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

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

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

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

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

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