#25454E

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

Shades of Green Vogue #25454E

Tints of Green Vogue #25454E

Color information

#25454E (or 0x25454E) is unknown color: approx Green Vogue. HEX triplet: 25, 45 and 4E. RGB value is (37,69,78). Sum of RGB (Red+Green+Blue) = 37+69+78=184 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.11% from 184); Green value is 69 (27.34% from 255 or 37.5% from 184); Blue value is 78 (30.86% from 255 or 42.39% from 184); Max value from RGB is 78 - color contains mainly: blue. Hex color #25454E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25454E is #DABAB1. Grayscale: #3C3C3C. Windows color (decimal): -14334642 or 5129509. OLE color: 5129509.

HSL color Cylindrical-coordinate representation of color #25454E: hue angle of 193.17º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #25454E is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB376978-
CMYK0.530.1200.69
HSL193.17º35.65%22.55%-
HSV(B)193.17º52.56%30.59%-
XYZ4.275.27.99-
YUV60.46137.9111.27-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.11%
GREEN value IS 69 (27.34% from 255) = 37.5%
BLUE value IS 78 (30.86% from 255) = 42.39%
R=20.11%
G=37.5%
B=42.39%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3769780.530.1200.69193.1735.6522.55
Hex25454E35C045c12417
Octal45105116651401053014427
Binary100101100010110011101101011100010001011100000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25454E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25454E; }

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

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

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

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

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

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

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

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