Html Css Color HEX #25514A Gable Green

📋 copy color: '#25514A'

red 37 ◦ green 81 ◦ blue 74

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

Shades of Gable Green #25514A

Tints of Gable Green #25514A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 42.19%

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

R = 19.27%
G = 42.19%
B = 38.54%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.09

 K value IS 0.68

RGB Variations

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

Color information

#25514A (or 0x25514A) is known color: Gable Green. HEX triplet: 25, 51 and 4A. RGB value is (37,81,74). Sum of RGB (Red+Green+Blue) = 37+81+74=192 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.27% from 192); Green value is 81 (32.03% from 255 or 42.19% from 192); Blue value is 74 (29.30% from 255 or 38.54% from 192); Max value from RGB is 81 - color contains mainly: green. Hex color #25514A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25514A is #DAAEB5. Grayscale: #434343. Windows color (decimal): -14331574 or 4870437. OLE color: 4870437.

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

Color convert

RGB 37 81 74 -
CMYK 0.54 0 0.09 0.68
HSL 170.45º 0.37% 0.23% -
HSV(B) 170.45º 0.54% 0.32% -
XYZ 4.94 6.77 7.53 -
YUV 67.05 131.92 106.57 -
System Red Green Blue C M Y K H S L
Decimal 37 81 74 0.54 0 0.09 0.68 170.45 0.37 0.23
Hex 25 51 4A 36 0 9 44 AA 25 17
Octal 45 121 112 66 0 11 104 252 45 27
Binary 100101 1010001 1001010 110110 0 1001 1000100 10101010 100101 10111

Color Harmonies of #25514A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25514A

Black with #25514A

Text Example


Text Example

White with #25514A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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