#25372D

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

Shades of Holly #25372D

Tints of Holly #25372D

Color information

#25372D (or 0x25372D) is unknown color: approx Holly. HEX triplet: 25, 37 and 2D. RGB value is (37,55,45). Sum of RGB (Red+Green+Blue) = 37+55+45=137 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.01% from 137); Green value is 55 (21.88% from 255 or 40.15% from 137); Blue value is 45 (17.97% from 255 or 32.85% from 137); Max value from RGB is 55 - color contains mainly: green. Hex color #25372D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25372D is #DAC8D2. Grayscale: #303030. Windows color (decimal): -14338259 or 2963237. OLE color: 2963237.

HSL color Cylindrical-coordinate representation of color #25372D: hue angle of 146.67º 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 #25372D is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB375545-
CMYK0.3300.180.78
HSL146.67º19.57%18.04%-
HSV(B)146.67º32.73%21.57%-
XYZ2.63.322.99-
YUV48.48126.04119.81-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 27.01%
GREEN value IS 55 (21.88% from 255) = 40.15%
BLUE value IS 45 (17.97% from 255) = 32.85%
R=27.01%
G=40.15%
B=32.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3755450.3300.180.78146.6719.5718.04
Hex25372D210124E931412
Octal456755410221162232422
Binary1001011101111011011000010100101001110100100111010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25372D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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