#253F46

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

Shades of Green Vogue #253F46

Tints of Green Vogue #253F46

Color information

#253F46 (or 0x253F46) is unknown color: approx Green Vogue. HEX triplet: 25, 3F and 46. RGB value is (37,63,70). Sum of RGB (Red+Green+Blue) = 37+63+70=170 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.76% from 170); Green value is 63 (25% from 255 or 37.06% from 170); Blue value is 70 (27.73% from 255 or 41.18% from 170); Max value from RGB is 70 - color contains mainly: blue. Hex color #253F46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253F46 is #DAC0B9. Grayscale: #373737. Windows color (decimal): -14336186 or 4603685. OLE color: 4603685.

HSL color Cylindrical-coordinate representation of color #253F46: hue angle of 192.73º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #253F46 is Cyan = 0.47, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB376370-
CMYK0.470.1000.73
HSL192.73º30.84%20.98%-
HSV(B)192.73º47.14%27.45%-
XYZ3.654.396.45-
YUV56.02135.89114.43-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.76%
GREEN value IS 63 (25% from 255) = 37.06%
BLUE value IS 70 (27.73% from 255) = 41.18%
R=21.76%
G=37.06%
B=41.18%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3763700.470.1000.73192.7330.8420.98
Hex253F462FA049c11f15
Octal4577106571201113013725
Binary1001011111111000110101111101001001001110000011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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