#25414E

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

Shades of Green Vogue #25414E

Tints of Green Vogue #25414E

Color information

#25414E (or 0x25414E) is unknown color: approx Green Vogue. HEX triplet: 25, 41 and 4E. RGB value is (37,65,78). Sum of RGB (Red+Green+Blue) = 37+65+78=180 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.56% from 180); Green value is 65 (25.78% from 255 or 36.11% from 180); Blue value is 78 (30.86% from 255 or 43.33% from 180); Max value from RGB is 78 - color contains mainly: blue. Hex color #25414E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25414E is #DABEB1. Grayscale: #3A3A3A. Windows color (decimal): -14335666 or 5128485. OLE color: 5128485.

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

Color convert

RGB376578-
CMYK0.530.1700.69
HSL199.02º35.65%22.55%-
HSV(B)199.02º52.56%30.59%-
XYZ4.034.727.91-
YUV58.11139.22112.94-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.56%
GREEN value IS 65 (25.78% from 255) = 36.11%
BLUE value IS 78 (30.86% from 255) = 43.33%
R=20.56%
G=36.11%
B=43.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3765780.530.1700.69199.0235.6522.55
Hex25414E3511045c72417
Octal45101116652101053074427
Binary1001011000001100111011010110001010001011100011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25414E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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