#254529

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

Shades of Gordons Green #254529

Tints of Gordons Green #254529

Color information

#254529 (or 0x254529) is unknown color: approx Gordons Green. HEX triplet: 25, 45 and 29. RGB value is (37,69,41). Sum of RGB (Red+Green+Blue) = 37+69+41=147 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.17% from 147); Green value is 69 (27.34% from 255 or 46.94% from 147); Blue value is 41 (16.41% from 255 or 27.89% from 147); Max value from RGB is 69 - color contains mainly: green. Hex color #254529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254529 is #DABAD6. Grayscale: #383838. Windows color (decimal): -14334679 or 2704677. OLE color: 2704677.

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

Color convert

RGB376941-
CMYK0.4600.410.73
HSL127.5º30.19%20.78%-
HSV(B)127.5º46.38%27.06%-
XYZ3.294.812.85-
YUV56.24119.4114.28-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25.17%
GREEN value IS 69 (27.34% from 255) = 46.94%
BLUE value IS 41 (16.41% from 255) = 27.89%
R=25.17%
G=46.94%
B=27.89%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3769410.4600.410.73127.530.1920.78
Hex2545292E02949801e15
Octal4510551560511112003625
Binary100101100010110100110111001010011001001100000001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254529; }

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

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

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

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

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

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

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

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