Html Css Color HEX #25504A Gable Green

📋 copy color: '#25504A'

red 37 ◦ green 80 ◦ blue 74

#25504A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gable Green #25504A

Tints of Gable Green #25504A

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.3% from 255) = 38.74%

R = 19.37%
G = 41.88%
B = 38.74%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#25504A (or 0x25504A) is known color: 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

RGB 37 80 74 -
CMYK 0.54 0 0.08 0.69
HSL 171.63º 0.37% 0.23% -
HSV(B) 171.63º 0.54% 0.31% -
XYZ 4.87 6.63 7.5 -
YUV 66.46 132.25 106.99 -
System Red Green Blue C M Y K H S L
Decimal 37 80 74 0.54 0 0.08 0.69 171.63 0.37 0.23
Hex 25 50 4A 36 0 8 45 AC 25 17
Octal 45 120 112 66 0 10 105 254 45 27
Binary 100101 1010000 1001010 110110 0 1000 1000101 10101100 100101 10111

Color Harmonies of #25504A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25504A

Black with #25504A

Text Example


Text Example

White with #25504A

Text Example


Text Example

HTML Codes & Css Web 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>