#254A45

Color #254A45 Gable Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gable Green #254A45

Tints of Gable Green #254A45

Color information

#254A45 (or 0x254A45) is unknown color: approx Gable Green. HEX triplet: 25, 4A and 45. RGB value is (37,74,69). Sum of RGB (Red+Green+Blue) = 37+74+69=180 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.56% from 180); Green value is 74 (29.30% from 255 or 41.11% from 180); Blue value is 69 (27.34% from 255 or 38.33% from 180); Max value from RGB is 74 - color contains mainly: green. Hex color #254A45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254A45 is #DAB5BA. Grayscale: #3E3E3E. Windows color (decimal): -14333371 or 4540965. OLE color: 4540965.

HSL color Cylindrical-coordinate representation of color #254A45: hue angle of 171.89º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #254A45 is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.71.

Color convert

RGB377469-
CMYK0.5000.070.71
HSL171.89º33.33%21.76%-
HSV(B)171.89º50%29.02%-
XYZ4.295.726.51-
YUV62.37131.74109.91-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.56%
GREEN value IS 74 (29.30% from 255) = 41.11%
BLUE value IS 69 (27.34% from 255) = 38.33%
R=20.56%
G=41.11%
B=38.33%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3774690.5000.070.71171.8933.3321.76
Hex254A45320747ac2116
Octal4511210562071072544126
Binary10010110010101000101110010011110001111010110010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,74,69); }

 H1.HeaderClassName
 {
   color: #254A45;
 }
 .AnyTagClassName
 {
   color: #254A45;
 }
</style>
background-color css

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

 a { background-color: rgb(37,74,69); }

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

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

 span { border-color: rgb(37,74,69); }

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