#25414C

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

Shades of Green Vogue #25414C

Tints of Green Vogue #25414C

Color information

#25414C (or 0x25414C) is unknown color: approx Green Vogue. HEX triplet: 25, 41 and 4C. RGB value is (37,65,76). Sum of RGB (Red+Green+Blue) = 37+65+76=178 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.79% from 178); Green value is 65 (25.78% from 255 or 36.52% from 178); Blue value is 76 (30.08% from 255 or 42.70% from 178); Max value from RGB is 76 - color contains mainly: blue. Hex color #25414C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25414C is #DABEB3. Grayscale: #393939. Windows color (decimal): -14335668 or 4997413. OLE color: 4997413.

HSL color Cylindrical-coordinate representation of color #25414C: hue angle of 196.92º 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 #25414C is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB376576-
CMYK0.510.1400.70
HSL196.92º34.51%22.16%-
HSV(B)196.92º51.32%29.8%-
XYZ3.964.77.54-
YUV57.88138.22113.11-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.79%
GREEN value IS 65 (25.78% from 255) = 36.52%
BLUE value IS 76 (30.08% from 255) = 42.70%
R=20.79%
G=36.52%
B=42.70%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3765760.510.1400.70196.9234.5122.16
Hex25414C33E046c52316
Octal45101114631601063054326
Binary100101100000110011001100111110010001101100010110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25414C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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