#25404B

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

Shades of Green Vogue #25404B

Tints of Green Vogue #25404B

Color information

#25404B (or 0x25404B) is unknown color: approx Green Vogue. HEX triplet: 25, 40 and 4B. RGB value is (37,64,75). Sum of RGB (Red+Green+Blue) = 37+64+75=176 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.02% from 176); Green value is 64 (25.39% from 255 or 36.36% from 176); Blue value is 75 (29.69% from 255 or 42.61% from 176); Max value from RGB is 75 - color contains mainly: blue. Hex color #25404B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25404B is #DABFB4. Grayscale: #393939. Windows color (decimal): -14335925 or 4931621. OLE color: 4931621.

HSL color Cylindrical-coordinate representation of color #25404B: hue angle of 197.37º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #25404B is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB376475-
CMYK0.510.1500.71
HSL197.37º33.93%21.96%-
HSV(B)197.37º50.67%29.41%-
XYZ3.874.577.33-
YUV57.18138.05113.61-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.02%
GREEN value IS 64 (25.39% from 255) = 36.36%
BLUE value IS 75 (29.69% from 255) = 42.61%
R=21.02%
G=36.36%
B=42.61%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3764750.510.1500.71197.3733.9321.96
Hex25404B33F047c52216
Octal45100113631701073054226
Binary100101100000010010111100111111010001111100010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25404B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25404B; }

 p { color: rgb(37,64,75); }

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

<style>
 a { background-color: #25404B; }

 a { background-color: rgb(37,64,75); }

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

<style>
 span { border-color: #25404B; }

 span { border-color: rgb(37,64,75); }

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