#253F48

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

Shades of Green Vogue #253F48

Tints of Green Vogue #253F48

Color information

#253F48 (or 0x253F48) is unknown color: approx Green Vogue. HEX triplet: 25, 3F and 48. RGB value is (37,63,72). Sum of RGB (Red+Green+Blue) = 37+63+72=172 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.51% from 172); Green value is 63 (25% from 255 or 36.63% from 172); Blue value is 72 (28.52% from 255 or 41.86% from 172); Max value from RGB is 72 - color contains mainly: blue. Hex color #253F48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253F48 is #DAC0B7. Grayscale: #383838. Windows color (decimal): -14336184 or 4734757. OLE color: 4734757.

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

Color convert

RGB376372-
CMYK0.490.1200.72
HSL195.43º32.11%21.37%-
HSV(B)195.43º48.61%28.24%-
XYZ3.714.426.79-
YUV56.25136.89114.27-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.51%
GREEN value IS 63 (25% from 255) = 36.63%
BLUE value IS 72 (28.52% from 255) = 41.86%
R=21.51%
G=36.63%
B=41.86%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3763720.490.1200.72195.4332.1121.37
Hex253F4831C048c32015
Octal4577110611401103034025
Binary10010111111110010001100011100010010001100001110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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