#254940

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

Shades of Gable Green #254940

Tints of Gable Green #254940

Color information

#254940 (or 0x254940) is unknown color: approx Gable Green. HEX triplet: 25, 49 and 40. RGB value is (37,73,64). Sum of RGB (Red+Green+Blue) = 37+73+64=174 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.26% from 174); Green value is 73 (28.91% from 255 or 41.95% from 174); Blue value is 64 (25.39% from 255 or 36.78% from 174); Max value from RGB is 73 - color contains mainly: green. Hex color #254940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254940 is #DAB6BF. Grayscale: #3D3D3D. Windows color (decimal): -14333632 or 4213029. OLE color: 4213029.

HSL color Cylindrical-coordinate representation of color #254940: hue angle of 165º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #254940 is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.

Color convert

RGB377364-
CMYK0.4900.120.71
HSL165º32.73%21.57%-
HSV(B)165º49.32%28.63%-
XYZ4.075.535.7-
YUV61.21129.57110.73-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.26%
GREEN value IS 73 (28.91% from 255) = 41.95%
BLUE value IS 64 (25.39% from 255) = 36.78%
R=21.26%
G=41.95%
B=36.78%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3773640.4900.120.7116532.7321.57
Hex254940310C47a52116
Octal45111100610141072454126
Binary100101100100110000001100010110010001111010010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254940; }

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

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

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

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

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

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

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

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