#253526

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

Shades of Gordons Green #253526

Tints of Gordons Green #253526

Color information

#253526 (or 0x253526) is unknown color: approx Gordons Green. HEX triplet: 25, 35 and 26. RGB value is (37,53,38). Sum of RGB (Red+Green+Blue) = 37+53+38=128 (16% of max value = 765). Red value is 37 (14.84% from 255 or 28.91% from 128); Green value is 53 (21.09% from 255 or 41.41% from 128); Blue value is 38 (15.23% from 255 or 29.69% from 128); Max value from RGB is 53 - color contains mainly: green. Hex color #253526 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253526 is #DACAD9. Grayscale: #2E2E2E. Windows color (decimal): -14338778 or 2503973. OLE color: 2503973.

HSL color Cylindrical-coordinate representation of color #253526: hue angle of 123.75º 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 #253526 is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.79.

Color convert

RGB375338-
CMYK0.3000.280.79
HSL123.75º17.78%17.65%-
HSV(B)123.75º30.19%20.78%-
XYZ2.393.082.3-
YUV46.51123.2121.22-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 28.91%
GREEN value IS 53 (21.09% from 255) = 41.41%
BLUE value IS 38 (15.23% from 255) = 29.69%
R=28.91%
G=41.41%
B=29.69%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3753380.3000.280.79123.7517.7817.65
Hex2535261E01C4F7c1212
Octal456546360341171742222
Binary10010111010110011011110011100100111111111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253526; }

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

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

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

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

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

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

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

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