#254450

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

Shades of Green Vogue #254450

Tints of Green Vogue #254450

Color information

#254450 (or 0x254450) is unknown color: approx Green Vogue. HEX triplet: 25, 44 and 50. RGB value is (37,68,80). Sum of RGB (Red+Green+Blue) = 37+68+80=185 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20% from 185); Green value is 68 (26.95% from 255 or 36.76% from 185); Blue value is 80 (31.64% from 255 or 43.24% from 185); Max value from RGB is 80 - color contains mainly: blue. Hex color #254450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254450 is #DABBAF. Grayscale: #3C3C3C. Windows color (decimal): -14334896 or 5260325. OLE color: 5260325.

HSL color Cylindrical-coordinate representation of color #254450: hue angle of 196.74º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #254450 is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB376880-
CMYK0.540.1500.69
HSL196.74º36.75%22.94%-
HSV(B)196.74º53.75%31.37%-
XYZ4.285.118.35-
YUV60.1139.23111.52-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20%
GREEN value IS 68 (26.95% from 255) = 36.76%
BLUE value IS 80 (31.64% from 255) = 43.24%
R=20%
G=36.76%
B=43.24%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3768800.540.1500.69196.7436.7522.94
Hex25445036F045c52517
Octal45104120661701053054527
Binary100101100010010100001101101111010001011100010110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254450; }

 p { color: rgb(37,68,80); }

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

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

 a { background-color: rgb(37,68,80); }

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

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

 span { border-color: rgb(37,68,80); }

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