#252625

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

Shades of Gordons Green #252625

Tints of Gordons Green #252625

Color information

#252625 (or 0x252625) is unknown color: approx Gordons Green. HEX triplet: 25, 26 and 25. RGB value is (37,38,37). Sum of RGB (Red+Green+Blue) = 37+38+37=112 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.04% from 112); Green value is 38 (15.23% from 255 or 33.93% from 112); Blue value is 37 (14.84% from 255 or 33.04% from 112); Max value from RGB is 38 - color contains mainly: green. Hex color #252625 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252625 is #DAD9DA. Grayscale: #252525. Windows color (decimal): -14342619 or 2434597. OLE color: 2434597.

HSL color Cylindrical-coordinate representation of color #252625: hue angle of 120º degrees, saturation: 0.01, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #252625 is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.85.

Color convert

RGB373837-
CMYK0.0300.030.85
HSL120º1.33%14.71%-
HSV(B)120º2.63%14.9%-
XYZ1.791.912.03-
YUV37.59127.67127.58-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 33.04%
GREEN value IS 38 (15.23% from 255) = 33.93%
BLUE value IS 37 (14.84% from 255) = 33.04%
R=33.04%
G=33.93%
B=33.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3738370.0300.030.851201.3314.71
Hex25262530355781f
Octal454645303125170117
Binary100101100110100101110111010101111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252625; }

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

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

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

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

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

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

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

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