Html Css Color HEX #25524A Gable Green

📋 copy color: '#25524A'

red 37 ◦ green 82 ◦ blue 74

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

Shades of Gable Green #25524A

Tints of Gable Green #25524A

RGB

 RED value IS 37 (14.84% from 255) = 19.17%

 GREEN value IS 82 (32.42% from 255) = 42.49%

 BLUE value IS 74 (29.3% from 255) = 38.34%

R = 19.17%
G = 42.49%
B = 38.34%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#25524A (or 0x25524A) is known color: Gable Green. HEX triplet: 25, 52 and 4A. RGB value is (37,82,74). Sum of RGB (Red+Green+Blue) = 37+82+74=193 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.17% from 193); Green value is 82 (32.42% from 255 or 42.49% from 193); Blue value is 74 (29.30% from 255 or 38.34% from 193); Max value from RGB is 82 - color contains mainly: green. Hex color #25524A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25524A is #DAADB5. Grayscale: #434343. Windows color (decimal): -14331318 or 4870693. OLE color: 4870693.

HSL color Cylindrical-coordinate representation of color #25524A: hue angle of 169.33º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #25524A is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB 37 82 74 -
CMYK 0.55 0 0.10 0.68
HSL 169.33º 0.38% 0.23% -
HSV(B) 169.33º 0.55% 0.32% -
XYZ 5.02 6.92 7.55 -
YUV 67.63 131.59 106.15 -
System Red Green Blue C M Y K H S L
Decimal 37 82 74 0.55 0 0.10 0.68 169.33 0.38 0.23
Hex 25 52 4A 37 0 A 44 A9 26 17
Octal 45 122 112 67 0 12 104 251 46 27
Binary 100101 1010010 1001010 110111 0 1010 1000100 10101001 100110 10111

Color Harmonies of #25524A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25524A

Black with #25524A

Text Example


Text Example

White with #25524A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #25524A;
 }
 .AnyTagClassName
 {
   color: #25524A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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