#25504A

Color #25504A Gable Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gable Green #25504A

Tints of Gable Green #25504A

Color information

#25504A (or 0x25504A) is unknown color: approx Gable Green. HEX triplet: 25, 50 and 4A. RGB value is (37,80,74). Sum of RGB (Red+Green+Blue) = 37+80+74=191 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.37% from 191); Green value is 80 (31.64% from 255 or 41.88% from 191); Blue value is 74 (29.30% from 255 or 38.74% from 191); Max value from RGB is 80 - color contains mainly: green. Hex color #25504A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25504A is #DAAFB5. Grayscale: #424242. Windows color (decimal): -14331830 or 4870181. OLE color: 4870181.

HSL color Cylindrical-coordinate representation of color #25504A: hue angle of 171.63º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #25504A is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB378074-
CMYK0.5400.080.69
HSL171.63º36.75%22.94%-
HSV(B)171.63º53.75%31.37%-
XYZ4.876.637.5-
YUV66.46132.25106.99-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.37%
GREEN value IS 80 (31.64% from 255) = 41.88%
BLUE value IS 74 (29.30% from 255) = 38.74%
R=19.37%
G=41.88%
B=38.74%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3780740.5400.080.69171.6336.7522.94
Hex25504A360845ac2517
Octal45120112660101052544527
Binary100101101000010010101101100100010001011010110010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25504A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25504A; }

 p { color: rgb(37,80,74); }

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

<style>
 a { background-color: #25504A; }

 a { background-color: rgb(37,80,74); }

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

<style>
 span { border-color: #25504A; }

 span { border-color: rgb(37,80,74); }

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