#25424C

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

Shades of Green Vogue #25424C

Tints of Green Vogue #25424C

Color information

#25424C (or 0x25424C) is unknown color: approx Green Vogue. HEX triplet: 25, 42 and 4C. RGB value is (37,66,76). Sum of RGB (Red+Green+Blue) = 37+66+76=179 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.67% from 179); Green value is 66 (26.17% from 255 or 36.87% from 179); Blue value is 76 (30.08% from 255 or 42.46% from 179); Max value from RGB is 76 - color contains mainly: blue. Hex color #25424C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25424C is #DABDB3. Grayscale: #3A3A3A. Windows color (decimal): -14335412 or 4997669. OLE color: 4997669.

HSL color Cylindrical-coordinate representation of color #25424C: hue angle of 195.38º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #25424C is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB376676-
CMYK0.510.1300.70
HSL195.38º34.51%22.16%-
HSV(B)195.38º51.32%29.8%-
XYZ4.024.817.55-
YUV58.47137.89112.69-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.67%
GREEN value IS 66 (26.17% from 255) = 36.87%
BLUE value IS 76 (30.08% from 255) = 42.46%
R=20.67%
G=36.87%
B=42.46%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3766760.510.1300.70195.3834.5122.16
Hex25424C33D046c32316
Octal45102114631501063034326
Binary100101100001010011001100111101010001101100001110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25424C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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