#254B42

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

Shades of Gable Green #254B42

Tints of Gable Green #254B42

Color information

#254B42 (or 0x254B42) is unknown color: approx Gable Green. HEX triplet: 25, 4B and 42. RGB value is (37,75,66). Sum of RGB (Red+Green+Blue) = 37+75+66=178 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.79% from 178); Green value is 75 (29.69% from 255 or 42.13% from 178); Blue value is 66 (26.17% from 255 or 37.08% from 178); Max value from RGB is 75 - color contains mainly: green. Hex color #254B42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254B42 is #DAB4BD. Grayscale: #3E3E3E. Windows color (decimal): -14333118 or 4344613. OLE color: 4344613.

HSL color Cylindrical-coordinate representation of color #254B42: hue angle of 165.79º 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 #254B42 is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.

Color convert

RGB377566-
CMYK0.5100.120.71
HSL165.79º33.93%21.96%-
HSV(B)165.79º50.67%29.41%-
XYZ4.265.826.05-
YUV62.61129.91109.73-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.79%
GREEN value IS 75 (29.69% from 255) = 42.13%
BLUE value IS 66 (26.17% from 255) = 37.08%
R=20.79%
G=42.13%
B=37.08%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3775660.5100.120.71165.7933.9321.96
Hex254B42330C47a62216
Octal45113102630141072464226
Binary100101100101110000101100110110010001111010011010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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