Html Css Color HEX #255048 Gable Green

📋 copy color: '#255048'

red 37 ◦ green 80 ◦ blue 72

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

Shades of Gable Green #255048

Tints of Gable Green #255048

RGB

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

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

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

R = 19.58%
G = 42.33%
B = 38.1%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.10

 K value IS 0.69

RGB Variations

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

Color information

#255048 (or 0x255048) is known color: Gable Green. HEX triplet: 25, 50 and 48. RGB value is (37,80,72). Sum of RGB (Red+Green+Blue) = 37+80+72=189 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.58% from 189); Green value is 80 (31.64% from 255 or 42.33% from 189); Blue value is 72 (28.52% from 255 or 38.10% from 189); Max value from RGB is 80 - color contains mainly: green. Hex color #255048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255048 is #DAAFB7. Grayscale: #424242. Windows color (decimal): -14331832 or 4739109. OLE color: 4739109.

HSL color Cylindrical-coordinate representation of color #255048: hue angle of 168.84º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #255048 is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB 37 80 72 -
CMYK 0.54 0 0.10 0.69
HSL 168.84º 0.37% 0.23% -
HSV(B) 168.84º 0.54% 0.31% -
XYZ 4.8 6.6 7.15 -
YUV 66.23 131.25 107.15 -
System Red Green Blue C M Y K H S L
Decimal 37 80 72 0.54 0 0.10 0.69 168.84 0.37 0.23
Hex 25 50 48 36 0 A 45 A9 25 17
Octal 45 120 110 66 0 12 105 251 45 27
Binary 100101 1010000 1001000 110110 0 1010 1000101 10101001 100101 10111

Color Harmonies of #255048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255048

Black with #255048

Text Example


Text Example

White with #255048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255048; }

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

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

background-color css

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

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

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

border-color css

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

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

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