#252806

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

Shades of Green Waterloo #252806

Tints of Green Waterloo #252806

Color information

#252806 (or 0x252806) is unknown color: approx Green Waterloo. HEX triplet: 25, 28 and 06. RGB value is (37,40,6). Sum of RGB (Red+Green+Blue) = 37+40+6=83 (10% of max value = 765). Red value is 37 (14.84% from 255 or 44.58% from 83); Green value is 40 (16.02% from 255 or 48.19% from 83); Blue value is 6 (2.73% from 255 or 7.23% from 83); Max value from RGB is 40 - color contains mainly: green. Hex color #252806 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252806 is #DAD7F9. Grayscale: #232323. Windows color (decimal): -14342138 or 403493. OLE color: 403493.

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

Color convert

RGB37406-
CMYK0.0700.850.84
HSL65.29º73.91%9.02%-
HSV(B)65.29º85%15.69%-
XYZ1.551.920.46-
YUV35.23111.51129.26-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 44.58%
GREEN value IS 40 (16.02% from 255) = 48.19%
BLUE value IS 6 (2.73% from 255) = 7.23%
R=44.58%
G=48.19%
B=7.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal374060.0700.850.8465.2973.919.02
Hex25286705554414a9
Octal455067012512410111211
Binary100101101000110111010101011010100100000110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252806; }

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

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

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

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

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

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

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

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