#252613

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

Shades of Green Waterloo #252613

Tints of Green Waterloo #252613

Color information

#252613 (or 0x252613) is unknown color: approx Green Waterloo. HEX triplet: 25, 26 and 13. RGB value is (37,38,19). Sum of RGB (Red+Green+Blue) = 37+38+19=94 (12% of max value = 765). Red value is 37 (14.84% from 255 or 39.36% from 94); Green value is 38 (15.23% from 255 or 40.43% from 94); Blue value is 19 (7.81% from 255 or 20.21% from 94); Max value from RGB is 38 - color contains mainly: green. Hex color #252613 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252613 is #DAD9EC. Grayscale: #232323. Windows color (decimal): -14342637 or 1254949. OLE color: 1254949.

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

Color convert

RGB373819-
CMYK0.0300.500.85
HSL63.16º33.33%11.18%-
HSV(B)63.16º50%14.9%-
XYZ1.571.830.89-
YUV35.53118.67129.04-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 39.36%
GREEN value IS 38 (15.23% from 255) = 40.43%
BLUE value IS 19 (7.81% from 255) = 20.21%
R=39.36%
G=40.43%
B=20.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3738190.0300.500.8563.1633.3311.18
Hex2526133032553f21b
Octal4546233062125774113
Binary1001011001101001111011001010101011111111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252613; }

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

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

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

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

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

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

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

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