#253126

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

Shades of Gordons Green #253126

Tints of Gordons Green #253126

Color information

#253126 (or 0x253126) is unknown color: approx Gordons Green. HEX triplet: 25, 31 and 26. RGB value is (37,49,38). Sum of RGB (Red+Green+Blue) = 37+49+38=124 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.84% from 124); Green value is 49 (19.53% from 255 or 39.52% from 124); Blue value is 38 (15.23% from 255 or 30.65% from 124); Max value from RGB is 49 - color contains mainly: green. Hex color #253126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253126 is #DACED9. Grayscale: #2C2C2C. Windows color (decimal): -14339802 or 2502949. OLE color: 2502949.

HSL color Cylindrical-coordinate representation of color #253126: hue angle of 125º degrees, saturation: 0.14, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #253126 is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.81.

Color convert

RGB374938-
CMYK0.2400.220.81
HSL125º13.95%16.86%-
HSV(B)125º24.49%19.22%-
XYZ2.212.732.24-
YUV44.16124.52122.89-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 29.84%
GREEN value IS 49 (19.53% from 255) = 39.52%
BLUE value IS 38 (15.23% from 255) = 30.65%
R=29.84%
G=39.52%
B=30.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3749380.2400.220.8112513.9516.86
Hex25312618016517de11
Octal456146300261211751621
Binary1001011100011001101100001011010100011111101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253126; }

 p { color: rgb(37,49,38); }

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

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

 a { background-color: rgb(37,49,38); }

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

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

 span { border-color: rgb(37,49,38); }

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