Html Css Color HEX #255249 Gable Green

📋 copy color: '#255249'

red 37 ◦ green 82 ◦ blue 73

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

Shades of Gable Green #255249

Tints of Gable Green #255249

RGB

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

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

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

R = 19.27%
G = 42.71%
B = 38.02%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#255249 (or 0x255249) is known color: Gable Green. HEX triplet: 25, 52 and 49. RGB value is (37,82,73). Sum of RGB (Red+Green+Blue) = 37+82+73=192 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.27% from 192); Green value is 82 (32.42% from 255 or 42.71% from 192); Blue value is 73 (28.91% from 255 or 38.02% from 192); Max value from RGB is 82 - color contains mainly: green. Hex color #255249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255249 is #DAADB6. Grayscale: #434343. Windows color (decimal): -14331319 or 4805157. OLE color: 4805157.

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

Color convert

RGB 37 82 73 -
CMYK 0.55 0 0.11 0.68
HSL 168º 0.38% 0.23% -
HSV(B) 168º 0.55% 0.32% -
XYZ 4.98 6.91 7.37 -
YUV 67.52 131.09 106.23 -
System Red Green Blue C M Y K H S L
Decimal 37 82 73 0.55 0 0.11 0.68 168 0.38 0.23
Hex 25 52 49 37 0 B 44 A8 26 17
Octal 45 122 111 67 0 13 104 250 46 27
Binary 100101 1010010 1001001 110111 0 1011 1000100 10101000 100110 10111

Color Harmonies of #255249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255249

Black with #255249

Text Example


Text Example

White with #255249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255249; }

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

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

background-color css

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

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

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

border-color css

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

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

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