#254329

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

Shades of Gordons Green #254329

Tints of Gordons Green #254329

Color information

#254329 (or 0x254329) is unknown color: approx Gordons Green. HEX triplet: 25, 43 and 29. RGB value is (37,67,41). Sum of RGB (Red+Green+Blue) = 37+67+41=145 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.52% from 145); Green value is 67 (26.56% from 255 or 46.21% from 145); Blue value is 41 (16.41% from 255 or 28.28% from 145); Max value from RGB is 67 - color contains mainly: green. Hex color #254329 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254329 is #DABCD6. Grayscale: #373737. Windows color (decimal): -14335191 or 2704165. OLE color: 2704165.

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

Color convert

RGB376741-
CMYK0.4500.390.74
HSL128º28.85%20.39%-
HSV(B)128º44.78%26.27%-
XYZ3.174.572.81-
YUV55.07120.06115.11-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25.52%
GREEN value IS 67 (26.56% from 255) = 46.21%
BLUE value IS 41 (16.41% from 255) = 28.28%
R=25.52%
G=46.21%
B=28.28%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3767410.4500.390.7412828.8520.39
Hex2543292D0274A801d14
Octal4510351550471122003524
Binary100101100001110100110110101001111001010100000001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254329; }

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

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

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

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

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

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

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

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