#253528

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

Shades of Gordons Green #253528

Tints of Gordons Green #253528

Color information

#253528 (or 0x253528) is unknown color: approx Gordons Green. HEX triplet: 25, 35 and 28. RGB value is (37,53,40). Sum of RGB (Red+Green+Blue) = 37+53+40=130 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.46% from 130); Green value is 53 (21.09% from 255 or 40.77% from 130); Blue value is 40 (16.02% from 255 or 30.77% from 130); Max value from RGB is 53 - color contains mainly: green. Hex color #253528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253528 is #DACAD7. Grayscale: #2E2E2E. Windows color (decimal): -14338776 or 2635045. OLE color: 2635045.

HSL color Cylindrical-coordinate representation of color #253528: hue angle of 131.25º degrees, saturation: 0.18, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #253528 is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.79.

Color convert

RGB375340-
CMYK0.3000.250.79
HSL131.25º17.78%17.65%-
HSV(B)131.25º30.19%20.78%-
XYZ2.423.092.48-
YUV46.73124.2121.06-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 28.46%
GREEN value IS 53 (21.09% from 255) = 40.77%
BLUE value IS 40 (16.02% from 255) = 30.77%
R=28.46%
G=40.77%
B=30.77%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3753400.3000.250.79131.2517.7817.65
Hex2535281E0194F831212
Octal456550360311172032222
Binary100101110101101000111100110011001111100000111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253528; }

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

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

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

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

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

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

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

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