#252605

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

Shades of Maire #252605

Tints of Maire #252605

Color information

#252605 (or 0x252605) is unknown color: approx Maire. HEX triplet: 25, 26 and 05. RGB value is (37,38,5). Sum of RGB (Red+Green+Blue) = 37+38+5=80 (10% of max value = 765). Red value is 37 (14.84% from 255 or 46.25% from 80); Green value is 38 (15.23% from 255 or 47.5% from 80); Blue value is 5 (2.34% from 255 or 6.25% from 80); Max value from RGB is 38 - color contains mainly: green. Hex color #252605 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252605 is #DAD9FA. Grayscale: #222222. Windows color (decimal): -14342651 or 337445. OLE color: 337445.

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

Color convert

RGB37385-
CMYK0.0300.870.85
HSL61.82º76.74%8.43%-
HSV(B)61.82º86.84%14.9%-
XYZ1.481.790.41-
YUV33.94111.67130.18-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 46.25%
GREEN value IS 38 (15.23% from 255) = 47.5%
BLUE value IS 5 (2.34% from 255) = 6.25%
R=46.25%
G=47.5%
B=6.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal373850.0300.870.8561.8276.748.43
Hex252653057553e4d8
Octal45465301271257611510
Binary1001011001101011101010111101010111111010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252605; }

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

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

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

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

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

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

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

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