Html Css Color HEX #255248 Gable Green

📋 copy color: '#255248'

red 37 ◦ green 82 ◦ blue 72

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

Shades of Gable Green #255248

Tints of Gable Green #255248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 37.7%

R = 19.37%
G = 42.93%
B = 37.7%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.12

 K value IS 0.68

RGB Variations

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

Color information

#255248 (or 0x255248) is known color: Gable Green. HEX triplet: 25, 52 and 48. RGB value is (37,82,72). Sum of RGB (Red+Green+Blue) = 37+82+72=191 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.37% from 191); Green value is 82 (32.42% from 255 or 42.93% from 191); Blue value is 72 (28.52% from 255 or 37.70% from 191); Max value from RGB is 82 - color contains mainly: green. Hex color #255248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255248 is #DAADB7. Grayscale: #434343. Windows color (decimal): -14331320 or 4739621. OLE color: 4739621.

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

Color convert

RGB 37 82 72 -
CMYK 0.55 0 0.12 0.68
HSL 166.67º 0.38% 0.23% -
HSV(B) 166.67º 0.55% 0.32% -
XYZ 4.95 6.9 7.2 -
YUV 67.41 130.59 106.31 -
System Red Green Blue C M Y K H S L
Decimal 37 82 72 0.55 0 0.12 0.68 166.67 0.38 0.23
Hex 25 52 48 37 0 C 44 A7 26 17
Octal 45 122 110 67 0 14 104 247 46 27
Binary 100101 1010010 1001000 110111 0 1100 1000100 10100111 100110 10111

Color Harmonies of #255248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255248

Black with #255248

Text Example


Text Example

White with #255248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255248; }

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

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

background-color css

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

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

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

border-color css

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

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

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