Html Css Color HEX #254E48 Gable Green

📋 copy color: '#254E48'

red 37 ◦ green 78 ◦ blue 72

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

Shades of Gable Green #254E48

Tints of Gable Green #254E48

RGB

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

 GREEN value IS 78 (30.86% from 255) = 41.71%

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

R = 19.79%
G = 41.71%
B = 38.5%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#254E48 (or 0x254E48) is known color: Gable Green. HEX triplet: 25, 4E and 48. RGB value is (37,78,72). Sum of RGB (Red+Green+Blue) = 37+78+72=187 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.79% from 187); Green value is 78 (30.86% from 255 or 41.71% from 187); Blue value is 72 (28.52% from 255 or 38.50% from 187); Max value from RGB is 78 - color contains mainly: green. Hex color #254E48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #254E48 is #DAB1B7. Grayscale: #414141. Windows color (decimal): -14332344 or 4738597. OLE color: 4738597.

HSL color Cylindrical-coordinate representation of color #254E48: hue angle of 171.22º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #254E48 is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB 37 78 72 -
CMYK 0.53 0 0.08 0.69
HSL 171.22º 0.36% 0.23% -
HSV(B) 171.22º 0.53% 0.31% -
XYZ 4.66 6.31 7.1 -
YUV 65.06 131.92 107.99 -
System Red Green Blue C M Y K H S L
Decimal 37 78 72 0.53 0 0.08 0.69 171.22 0.36 0.23
Hex 25 4E 48 35 0 8 45 AB 24 17
Octal 45 116 110 65 0 10 105 253 44 27
Binary 100101 1001110 1001000 110101 0 1000 1000101 10101011 100100 10111

Color Harmonies of #254E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254E48

Black with #254E48

Text Example


Text Example

White with #254E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254E48; }

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

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

background-color css

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

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

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

border-color css

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

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

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