#254240

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

Shades of Gable Green #254240

Tints of Gable Green #254240

Color information

#254240 (or 0x254240) is unknown color: approx Gable Green. HEX triplet: 25, 42 and 40. RGB value is (37,66,64). Sum of RGB (Red+Green+Blue) = 37+66+64=167 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.16% from 167); Green value is 66 (26.17% from 255 or 39.52% from 167); Blue value is 64 (25.39% from 255 or 38.32% from 167); Max value from RGB is 66 - color contains mainly: green. Hex color #254240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254240 is #DABDBF. Grayscale: #393939. Windows color (decimal): -14335424 or 4211237. OLE color: 4211237.

HSL color Cylindrical-coordinate representation of color #254240: hue angle of 175.86º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #254240 is Cyan = 0.44, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.74.

Color convert

RGB376664-
CMYK0.4400.030.74
HSL175.86º28.16%20.2%-
HSV(B)175.86º43.94%25.88%-
XYZ3.644.665.56-
YUV57.1131.89113.66-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.16%
GREEN value IS 66 (26.17% from 255) = 39.52%
BLUE value IS 64 (25.39% from 255) = 38.32%
R=22.16%
G=39.52%
B=38.32%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3766640.4400.030.74175.8628.1620.2
Hex2542402C034Ab01c14
Octal4510210054031122603424
Binary100101100001010000001011000111001010101100001110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254240; }

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

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

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

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

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

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

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

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