#252600

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

Shades of Maire #252600

Tints of Maire #252600

Color information

#252600 (or 0x252600) is unknown color: approx Maire. HEX triplet: 25, 26 and 00. RGB value is (37,38,0). Sum of RGB (Red+Green+Blue) = 37+38+0=75 (9% of max value = 765). Red value is 37 (14.84% from 255 or 49.33% from 75); Green value is 38 (15.23% from 255 or 50.67% from 75); Blue value is 0 (0.39% from 255 or 0% from 75); Max value from RGB is 38 - color contains mainly: green. Hex color #252600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252600 is #DAD9FF. Grayscale: #212121. Windows color (decimal): -14342656 or 9765. OLE color: 9765.

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

Color convert

RGB37380-
CMYK0.03010.85
HSL61.58º100%7.45%-
HSV(B)61.58º100%14.9%-
XYZ1.461.780.27-
YUV33.37109.17130.59-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 49.33%
GREEN value IS 38 (15.23% from 255) = 50.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=49.33%
G=50.67%
B=0%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal373800.03010.8561.581007.45
Hex252603064553e647
Octal4546030144125761447
Binary1001011001100110110010010101011111101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252600; }

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

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

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

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

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

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

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

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