#252611

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

Shades of Green Waterloo #252611

Tints of Green Waterloo #252611

Color information

#252611 (or 0x252611) is unknown color: approx Green Waterloo. HEX triplet: 25, 26 and 11. RGB value is (37,38,17). Sum of RGB (Red+Green+Blue) = 37+38+17=92 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.22% from 92); Green value is 38 (15.23% from 255 or 41.30% from 92); Blue value is 17 (7.03% from 255 or 18.48% from 92); Max value from RGB is 38 - color contains mainly: green. Hex color #252611 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252611 is #DAD9EE. Grayscale: #232323. Windows color (decimal): -14342639 or 1123877. OLE color: 1123877.

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

Color convert

RGB373817-
CMYK0.0300.550.85
HSL62.86º38.18%10.78%-
HSV(B)62.86º55.26%14.9%-
XYZ1.561.820.8-
YUV35.31117.67129.21-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 40.22%
GREEN value IS 38 (15.23% from 255) = 41.30%
BLUE value IS 17 (7.03% from 255) = 18.48%
R=40.22%
G=41.30%
B=18.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3738170.0300.550.8562.8638.1810.78
Hex2526113037553f26b
Octal4546213067125774613
Binary1001011001101000111011011110101011111111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252611; }

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

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

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

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

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

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

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

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