Html Css Color HEX #245049 Gable Green

📋 copy color: '#245049'

red 36 ◦ green 80 ◦ blue 73

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

Shades of Gable Green #245049

Tints of Gable Green #245049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 38.62%

R = 19.05%
G = 42.33%
B = 38.62%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#245049 (or 0x245049) is known color: Gable Green. HEX triplet: 24, 50 and 49. RGB value is (36,80,73). Sum of RGB (Red+Green+Blue) = 36+80+73=189 (25% of max value = 765). Red value is 36 (14.45% from 255 or 19.05% from 189); Green value is 80 (31.64% from 255 or 42.33% from 189); Blue value is 73 (28.91% from 255 or 38.62% from 189); Max value from RGB is 80 - color contains mainly: green. Hex color #245049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245049 is #DBAFB6. Grayscale: #424242. Windows color (decimal): -14397367 or 4804644. OLE color: 4804644.

HSL color Cylindrical-coordinate representation of color #245049: hue angle of 170.45º 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 #245049 is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB 36 80 73 -
CMYK 0.55 0 0.09 0.69
HSL 170.45º 0.38% 0.23% -
HSV(B) 170.45º 0.55% 0.31% -
XYZ 4.8 6.59 7.32 -
YUV 66.05 131.92 106.57 -
System Red Green Blue C M Y K H S L
Decimal 36 80 73 0.55 0 0.09 0.69 170.45 0.38 0.23
Hex 24 50 49 37 0 9 45 AA 26 17
Octal 44 120 111 67 0 11 105 252 46 27
Binary 100100 1010000 1001001 110111 0 1001 1000101 10101010 100110 10111

Color Harmonies of #245049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245049

Black with #245049

Text Example


Text Example

White with #245049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245049; }

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

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

background-color css

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

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

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

border-color css

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

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

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