#253F49

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

Shades of Green Vogue #253F49

Tints of Green Vogue #253F49

Color information

#253F49 (or 0x253F49) is unknown color: approx Green Vogue. HEX triplet: 25, 3F and 49. RGB value is (37,63,73). Sum of RGB (Red+Green+Blue) = 37+63+73=173 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.39% from 173); Green value is 63 (25% from 255 or 36.42% from 173); Blue value is 73 (28.91% from 255 or 42.20% from 173); Max value from RGB is 73 - color contains mainly: blue. Hex color #253F49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253F49 is #DAC0B6. Grayscale: #383838. Windows color (decimal): -14336183 or 4800293. OLE color: 4800293.

HSL color Cylindrical-coordinate representation of color #253F49: hue angle of 196.67º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #253F49 is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB376373-
CMYK0.490.1400.71
HSL196.67º32.73%21.57%-
HSV(B)196.67º49.32%28.63%-
XYZ3.744.436.96-
YUV56.37137.39114.19-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.39%
GREEN value IS 63 (25% from 255) = 36.42%
BLUE value IS 73 (28.91% from 255) = 42.20%
R=21.39%
G=36.42%
B=42.20%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3763730.490.1400.71196.6732.7321.57
Hex253F4931E047c52116
Octal4577111611601073054126
Binary10010111111110010011100011110010001111100010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253F49; }

 p { color: rgb(37,63,73); }

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

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

 a { background-color: rgb(37,63,73); }

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

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

 span { border-color: rgb(37,63,73); }

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