#254B45

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

Shades of Gable Green #254B45

Tints of Gable Green #254B45

Color information

#254B45 (or 0x254B45) is unknown color: approx Gable Green. HEX triplet: 25, 4B and 45. RGB value is (37,75,69). Sum of RGB (Red+Green+Blue) = 37+75+69=181 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.44% from 181); Green value is 75 (29.69% from 255 or 41.44% from 181); Blue value is 69 (27.34% from 255 or 38.12% from 181); Max value from RGB is 75 - color contains mainly: green. Hex color #254B45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254B45 is #DAB4BA. Grayscale: #3E3E3E. Windows color (decimal): -14333115 or 4541221. OLE color: 4541221.

HSL color Cylindrical-coordinate representation of color #254B45: hue angle of 170.53º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #254B45 is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.71.

Color convert

RGB377569-
CMYK0.5100.080.71
HSL170.53º33.93%21.96%-
HSV(B)170.53º50.67%29.41%-
XYZ4.355.866.53-
YUV62.95131.41109.49-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.44%
GREEN value IS 75 (29.69% from 255) = 41.44%
BLUE value IS 69 (27.34% from 255) = 38.12%
R=20.44%
G=41.44%
B=38.12%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3775690.5100.080.71170.5333.9321.96
Hex254B45330847ab2216
Octal45113105630101072534226
Binary100101100101110001011100110100010001111010101110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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