Html Css Color HEX #245249 Gable Green

📋 copy color: '#245249'

red 36 ◦ green 82 ◦ blue 73

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

Shades of Gable Green #245249

Tints of Gable Green #245249

RGB

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

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

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

R = 18.85%
G = 42.93%
B = 38.22%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#245249 (or 0x245249) is known color: Gable Green. HEX triplet: 24, 52 and 49. RGB value is (36,82,73). Sum of RGB (Red+Green+Blue) = 36+82+73=191 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.85% from 191); Green value is 82 (32.42% from 255 or 42.93% from 191); Blue value is 73 (28.91% from 255 or 38.22% from 191); Max value from RGB is 82 - color contains mainly: green. Hex color #245249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245249 is #DBADB6. Grayscale: #434343. Windows color (decimal): -14396855 or 4805156. OLE color: 4805156.

HSL color Cylindrical-coordinate representation of color #245249: hue angle of 168.26º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #245249 is Cyan = 0.56, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.68.

Color convert

RGB 36 82 73 -
CMYK 0.56 0 0.11 0.68
HSL 168.26º 0.39% 0.23% -
HSV(B) 168.26º 0.56% 0.32% -
XYZ 4.95 6.89 7.37 -
YUV 67.22 131.26 105.73 -
System Red Green Blue C M Y K H S L
Decimal 36 82 73 0.56 0 0.11 0.68 168.26 0.39 0.23
Hex 24 52 49 38 0 B 44 A8 27 17
Octal 44 122 111 70 0 13 104 250 47 27
Binary 100100 1010010 1001001 111000 0 1011 1000100 10101000 100111 10111

Color Harmonies of #245249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245249

Black with #245249

Text Example


Text Example

White with #245249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245249; }

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

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

background-color css

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

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

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

border-color css

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

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

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