#254048

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

Shades of Green Vogue #254048

Tints of Green Vogue #254048

Color information

#254048 (or 0x254048) is unknown color: approx Green Vogue. HEX triplet: 25, 40 and 48. RGB value is (37,64,72). Sum of RGB (Red+Green+Blue) = 37+64+72=173 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.39% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 72 (28.52% from 255 or 41.62% from 173); Max value from RGB is 72 - color contains mainly: blue. Hex color #254048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254048 is #DABFB7. Grayscale: #383838. Windows color (decimal): -14335928 or 4735013. OLE color: 4735013.

HSL color Cylindrical-coordinate representation of color #254048: hue angle of 193.71º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #254048 is Cyan = 0.49, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB376472-
CMYK0.490.1100.72
HSL193.71º32.11%21.37%-
HSV(B)193.71º48.61%28.24%-
XYZ3.774.536.81-
YUV56.84136.55113.85-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.39%
GREEN value IS 64 (25.39% from 255) = 36.99%
BLUE value IS 72 (28.52% from 255) = 41.62%
R=21.39%
G=36.99%
B=41.62%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3764720.490.1100.72193.7132.1121.37
Hex25404831B048c22015
Octal45100110611301103024025
Binary100101100000010010001100011011010010001100001010000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254048; }

 p { color: rgb(37,64,72); }

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

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

 a { background-color: rgb(37,64,72); }

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

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

 span { border-color: rgb(37,64,72); }

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