Html Css Color HEX #24504A Gable Green

📋 copy color: '#24504A'

red 36 ◦ green 80 ◦ blue 74

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

Shades of Gable Green #24504A

Tints of Gable Green #24504A

RGB

 RED value IS 36 (14.45% from 255) = 18.95%

 GREEN value IS 80 (31.64% from 255) = 42.11%

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

R = 18.95%
G = 42.11%
B = 38.95%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#24504A (or 0x24504A) is known color: Gable Green. HEX triplet: 24, 50 and 4A. RGB value is (36,80,74). Sum of RGB (Red+Green+Blue) = 36+80+74=190 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.95% from 190); Green value is 80 (31.64% from 255 or 42.11% from 190); Blue value is 74 (29.30% from 255 or 38.95% from 190); Max value from RGB is 80 - color contains mainly: green. Hex color #24504A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #24504A is #DBAFB5. Grayscale: #424242. Windows color (decimal): -14397366 or 4870180. OLE color: 4870180.

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

Color convert

RGB 36 80 74 -
CMYK 0.55 0 0.08 0.69
HSL 171.82º 0.38% 0.23% -
HSV(B) 171.82º 0.55% 0.31% -
XYZ 4.83 6.61 7.5 -
YUV 66.16 132.42 106.49 -
System Red Green Blue C M Y K H S L
Decimal 36 80 74 0.55 0 0.08 0.69 171.82 0.38 0.23
Hex 24 50 4A 37 0 8 45 AC 26 17
Octal 44 120 112 67 0 10 105 254 46 27
Binary 100100 1010000 1001010 110111 0 1000 1000101 10101100 100110 10111

Color Harmonies of #24504A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24504A

Black with #24504A

Text Example


Text Example

White with #24504A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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