#252620

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

Shades of Green Waterloo #252620

Tints of Green Waterloo #252620

Color information

#252620 (or 0x252620) is unknown color: approx Green Waterloo. HEX triplet: 25, 26 and 20. RGB value is (37,38,32). Sum of RGB (Red+Green+Blue) = 37+38+32=107 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.58% from 107); Green value is 38 (15.23% from 255 or 35.51% from 107); Blue value is 32 (12.89% from 255 or 29.91% from 107); Max value from RGB is 38 - color contains mainly: green. Hex color #252620 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252620 is #DAD9DF. Grayscale: #252525. Windows color (decimal): -14342624 or 2106917. OLE color: 2106917.

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

Color convert

RGB373832-
CMYK0.0300.160.85
HSL70º8.57%13.73%-
HSV(B)70º15.79%14.9%-
XYZ1.721.881.64-
YUV37.02125.17127.99-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 34.58%
GREEN value IS 38 (15.23% from 255) = 35.51%
BLUE value IS 32 (12.89% from 255) = 29.91%
R=34.58%
G=35.51%
B=29.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3738320.0300.160.85708.5713.73
Hex252620301055469e
Octal45464030201251061116
Binary100101100110100000110100001010101100011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252620; }

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

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

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

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

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

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

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

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