#253F45

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

Shades of Green Vogue #253F45

Tints of Green Vogue #253F45

Color information

#253F45 (or 0x253F45) is unknown color: approx Green Vogue. HEX triplet: 25, 3F and 45. RGB value is (37,63,69). Sum of RGB (Red+Green+Blue) = 37+63+69=169 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.89% from 169); Green value is 63 (25% from 255 or 37.28% from 169); Blue value is 69 (27.34% from 255 or 40.83% from 169); Max value from RGB is 69 - color contains mainly: blue. Hex color #253F45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253F45 is #DAC0BA. Grayscale: #373737. Windows color (decimal): -14336187 or 4538149. OLE color: 4538149.

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

Color convert

RGB376369-
CMYK0.460.0900.73
HSL191.25º30.19%20.78%-
HSV(B)191.25º46.38%27.06%-
XYZ3.614.386.28-
YUV55.91135.39114.51-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.89%
GREEN value IS 63 (25% from 255) = 37.28%
BLUE value IS 69 (27.34% from 255) = 40.83%
R=21.89%
G=37.28%
B=40.83%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3763690.460.0900.73191.2530.1920.78
Hex253F452E9049bf1e15
Octal4577105561101112773625
Binary1001011111111000101101110100101001001101111111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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