#254540

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

Shades of Gable Green #254540

Tints of Gable Green #254540

Color information

#254540 (or 0x254540) is unknown color: approx Gable Green. HEX triplet: 25, 45 and 40. RGB value is (37,69,64). Sum of RGB (Red+Green+Blue) = 37+69+64=170 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.76% from 170); Green value is 69 (27.34% from 255 or 40.59% from 170); Blue value is 64 (25.39% from 255 or 37.65% from 170); Max value from RGB is 69 - color contains mainly: green. Hex color #254540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254540 is #DABABF. Grayscale: #3A3A3A. Windows color (decimal): -14334656 or 4212005. OLE color: 4212005.

HSL color Cylindrical-coordinate representation of color #254540: hue angle of 170.62º 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 #254540 is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB376964-
CMYK0.4600.070.73
HSL170.62º30.19%20.78%-
HSV(B)170.62º46.38%27.06%-
XYZ3.825.025.62-
YUV58.86130.9112.41-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.76%
GREEN value IS 69 (27.34% from 255) = 40.59%
BLUE value IS 64 (25.39% from 255) = 37.65%
R=21.76%
G=40.59%
B=37.65%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3769640.4600.070.73170.6230.1920.78
Hex2545402E0749ab1e15
Octal4510510056071112533625
Binary1001011000101100000010111001111001001101010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254540; }

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

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

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

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

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

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

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

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