#254228

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

Shades of Gordons Green #254228

Tints of Gordons Green #254228

Color information

#254228 (or 0x254228) is unknown color: approx Gordons Green. HEX triplet: 25, 42 and 28. RGB value is (37,66,40). Sum of RGB (Red+Green+Blue) = 37+66+40=143 (18% of max value = 765). Red value is 37 (14.84% from 255 or 25.87% from 143); Green value is 66 (26.17% from 255 or 46.15% from 143); Blue value is 40 (16.02% from 255 or 27.97% from 143); Max value from RGB is 66 - color contains mainly: green. Hex color #254228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254228 is #DABDD7. Grayscale: #363636. Windows color (decimal): -14335448 or 2638373. OLE color: 2638373.

HSL color Cylindrical-coordinate representation of color #254228: hue angle of 126.21º 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 #254228 is Cyan = 0.44, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.74.

Color convert

RGB376640-
CMYK0.4400.390.74
HSL126.21º28.16%20.2%-
HSV(B)126.21º43.94%25.88%-
XYZ3.094.442.7-
YUV54.36119.89115.61-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25.87%
GREEN value IS 66 (26.17% from 255) = 46.15%
BLUE value IS 40 (16.02% from 255) = 27.97%
R=25.87%
G=46.15%
B=27.97%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3766400.4400.390.74126.2128.1620.2
Hex2542282C0274A7e1c14
Octal4510250540471121763424
Binary10010110000101010001011000100111100101011111101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254228; }

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

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

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

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

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

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

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

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