#254542

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

Shades of Gable Green #254542

Tints of Gable Green #254542

Color information

#254542 (or 0x254542) is unknown color: approx Gable Green. HEX triplet: 25, 45 and 42. RGB value is (37,69,66). Sum of RGB (Red+Green+Blue) = 37+69+66=172 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.51% from 172); Green value is 69 (27.34% from 255 or 40.12% from 172); Blue value is 66 (26.17% from 255 or 38.37% from 172); Max value from RGB is 69 - color contains mainly: green. Hex color #254542 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254542 is #DABABD. Grayscale: #3B3B3B. Windows color (decimal): -14334654 or 4343077. OLE color: 4343077.

HSL color Cylindrical-coordinate representation of color #254542: hue angle of 174.38º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #254542 is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.73.

Color convert

RGB376966-
CMYK0.4600.040.73
HSL174.38º30.19%20.78%-
HSV(B)174.38º46.38%27.06%-
XYZ3.875.045.92-
YUV59.09131.9112.24-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.51%
GREEN value IS 69 (27.34% from 255) = 40.12%
BLUE value IS 66 (26.17% from 255) = 38.37%
R=21.51%
G=40.12%
B=38.37%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3769660.4600.040.73174.3830.1920.78
Hex2545422E0449ae1e15
Octal4510510256041112563625
Binary1001011000101100001010111001001001001101011101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254542; }

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

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

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

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

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

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

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

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