#252813

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

Shades of Green Waterloo #252813

Tints of Green Waterloo #252813

Color information

#252813 (or 0x252813) is unknown color: approx Green Waterloo. HEX triplet: 25, 28 and 13. RGB value is (37,40,19). Sum of RGB (Red+Green+Blue) = 37+40+19=96 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.54% from 96); Green value is 40 (16.02% from 255 or 41.67% from 96); Blue value is 19 (7.81% from 255 or 19.79% from 96); Max value from RGB is 40 - color contains mainly: green. Hex color #252813 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252813 is #DAD7EC. Grayscale: #242424. Windows color (decimal): -14342125 or 1255461. OLE color: 1255461.

HSL color Cylindrical-coordinate representation of color #252813: hue angle of 68.57º degrees, saturation: 0.36, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #252813 is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.84.

Color convert

RGB374019-
CMYK0.0700.520.84
HSL68.57º35.59%11.57%-
HSV(B)68.57º52.5%15.69%-
XYZ1.641.960.91-
YUV36.71118.01128.21-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 38.54%
GREEN value IS 40 (16.02% from 255) = 41.67%
BLUE value IS 19 (7.81% from 255) = 19.79%
R=38.54%
G=41.67%
B=19.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3740190.0700.520.8468.5735.5911.57
Hex2528137034544524c
Octal45502370641241054414
Binary100101101000100111110110100101010010001011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252813; }

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

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

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

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

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

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

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

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