#254248

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

Shades of Green Vogue #254248

Tints of Green Vogue #254248

Color information

#254248 (or 0x254248) is unknown color: approx Green Vogue. HEX triplet: 25, 42 and 48. RGB value is (37,66,72). Sum of RGB (Red+Green+Blue) = 37+66+72=175 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.14% from 175); Green value is 66 (26.17% from 255 or 37.71% from 175); Blue value is 72 (28.52% from 255 or 41.14% from 175); Max value from RGB is 72 - color contains mainly: blue. Hex color #254248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254248 is #DABDB7. Grayscale: #393939. Windows color (decimal): -14335416 or 4735525. OLE color: 4735525.

HSL color Cylindrical-coordinate representation of color #254248: hue angle of 190.29º 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 #254248 is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB376672-
CMYK0.490.0800.72
HSL190.29º32.11%21.37%-
HSV(B)190.29º48.61%28.24%-
XYZ3.884.766.84-
YUV58.01135.89113.01-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.14%
GREEN value IS 66 (26.17% from 255) = 37.71%
BLUE value IS 72 (28.52% from 255) = 41.14%
R=21.14%
G=37.71%
B=41.14%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3766720.490.0800.72190.2932.1121.37
Hex254248318048be2015
Octal45102110611001102764025
Binary100101100001010010001100011000010010001011111010000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254248; }

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

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

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

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

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

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

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

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