#25414D

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

Shades of Green Vogue #25414D

Tints of Green Vogue #25414D

Color information

#25414D (or 0x25414D) is unknown color: approx Green Vogue. HEX triplet: 25, 41 and 4D. RGB value is (37,65,77). Sum of RGB (Red+Green+Blue) = 37+65+77=179 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.67% from 179); Green value is 65 (25.78% from 255 or 36.31% from 179); Blue value is 77 (30.47% from 255 or 43.02% from 179); Max value from RGB is 77 - color contains mainly: blue. Hex color #25414D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25414D is #DABEB2. Grayscale: #393939. Windows color (decimal): -14335667 or 5062949. OLE color: 5062949.

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

Color convert

RGB376577-
CMYK0.520.1600.70
HSL198º35.09%22.35%-
HSV(B)198º51.95%30.2%-
XYZ3.994.717.72-
YUV58138.72113.02-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.67%
GREEN value IS 65 (25.78% from 255) = 36.31%
BLUE value IS 77 (30.47% from 255) = 43.02%
R=20.67%
G=36.31%
B=43.02%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3765770.520.1600.7019835.0922.35
Hex25414D3410046c62316
Octal45101115642001063064326
Binary1001011000001100110111010010000010001101100011010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25414D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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