#25424E

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

Shades of Green Vogue #25424E

Tints of Green Vogue #25424E

Color information

#25424E (or 0x25424E) is unknown color: approx Green Vogue. HEX triplet: 25, 42 and 4E. RGB value is (37,66,78). Sum of RGB (Red+Green+Blue) = 37+66+78=181 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.44% from 181); Green value is 66 (26.17% from 255 or 36.46% from 181); Blue value is 78 (30.86% from 255 or 43.09% from 181); Max value from RGB is 78 - color contains mainly: blue. Hex color #25424E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25424E is #DABDB1. Grayscale: #3A3A3A. Windows color (decimal): -14335410 or 5128741. OLE color: 5128741.

HSL color Cylindrical-coordinate representation of color #25424E: hue angle of 197.56º 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 #25424E is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB376678-
CMYK0.530.1500.69
HSL197.56º35.65%22.55%-
HSV(B)197.56º52.56%30.59%-
XYZ4.094.847.93-
YUV58.7138.89112.52-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.44%
GREEN value IS 66 (26.17% from 255) = 36.46%
BLUE value IS 78 (30.86% from 255) = 43.09%
R=20.44%
G=36.46%
B=43.09%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3766780.530.1500.69197.5635.6522.55
Hex25424E35F045c62417
Octal45102116651701053064427
Binary100101100001010011101101011111010001011100011010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25424E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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