#25372C

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

Shades of Holly #25372C

Tints of Holly #25372C

Color information

#25372C (or 0x25372C) is unknown color: approx Holly. HEX triplet: 25, 37 and 2C. RGB value is (37,55,44). Sum of RGB (Red+Green+Blue) = 37+55+44=136 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.21% from 136); Green value is 55 (21.88% from 255 or 40.44% from 136); Blue value is 44 (17.58% from 255 or 32.35% from 136); Max value from RGB is 55 - color contains mainly: green. Hex color #25372C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25372C is #DAC8D3. Grayscale: #303030. Windows color (decimal): -14338260 or 2897701. OLE color: 2897701.

HSL color Cylindrical-coordinate representation of color #25372C: hue angle of 143.33º degrees, saturation: 0.2, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #25372C is Cyan = 0.33, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.78.

Color convert

RGB375544-
CMYK0.3300.20.78
HSL143.33º19.57%18.04%-
HSV(B)143.33º32.73%21.57%-
XYZ2.583.312.89-
YUV48.36125.54119.89-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 27.21%
GREEN value IS 55 (21.88% from 255) = 40.44%
BLUE value IS 44 (17.58% from 255) = 32.35%
R=27.21%
G=40.44%
B=32.35%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3755440.3300.20.78143.3319.5718.04
Hex25372C210144E8f1412
Octal456754410241162172422
Binary1001011101111011001000010101001001110100011111010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25372C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25372C; }

 p { color: rgb(37,55,44); }

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

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

 a { background-color: rgb(37,55,44); }

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

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

 span { border-color: rgb(37,55,44); }

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