#254250

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

Shades of Green Vogue #254250

Tints of Green Vogue #254250

Color information

#254250 (or 0x254250) is unknown color: approx Green Vogue. HEX triplet: 25, 42 and 50. RGB value is (37,66,80). Sum of RGB (Red+Green+Blue) = 37+66+80=183 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.22% from 183); Green value is 66 (26.17% from 255 or 36.07% from 183); Blue value is 80 (31.64% from 255 or 43.72% from 183); Max value from RGB is 80 - color contains mainly: blue. Hex color #254250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254250 is #DABDAF. Grayscale: #3A3A3A. Windows color (decimal): -14335408 or 5259813. OLE color: 5259813.

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

Color convert

RGB376680-
CMYK0.540.1700.69
HSL199.53º36.75%22.94%-
HSV(B)199.53º53.75%31.37%-
XYZ4.164.878.31-
YUV58.92139.89112.36-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.22%
GREEN value IS 66 (26.17% from 255) = 36.07%
BLUE value IS 80 (31.64% from 255) = 43.72%
R=20.22%
G=36.07%
B=43.72%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3766800.540.1700.69199.5336.7522.94
Hex2542503611045c82517
Octal45102120662101053104527
Binary1001011000010101000011011010001010001011100100010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254250; }

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

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

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

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

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

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

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

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