#25352C

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

Shades of Holly #25352C

Tints of Holly #25352C

Color information

#25352C (or 0x25352C) is unknown color: approx Holly. HEX triplet: 25, 35 and 2C. RGB value is (37,53,44). Sum of RGB (Red+Green+Blue) = 37+53+44=134 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.61% from 134); Green value is 53 (21.09% from 255 or 39.55% from 134); Blue value is 44 (17.58% from 255 or 32.84% from 134); Max value from RGB is 53 - color contains mainly: green. Hex color #25352C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25352C is #DACAD3. Grayscale: #2F2F2F. Windows color (decimal): -14338772 or 2897189. OLE color: 2897189.

HSL color Cylindrical-coordinate representation of color #25352C: hue angle of 146.25º degrees, saturation: 0.18, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #25352C is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.79.

Color convert

RGB375344-
CMYK0.3000.170.79
HSL146.25º17.78%17.65%-
HSV(B)146.25º30.19%20.78%-
XYZ2.493.122.85-
YUV47.19126.2120.73-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 27.61%
GREEN value IS 53 (21.09% from 255) = 39.55%
BLUE value IS 44 (17.58% from 255) = 32.84%
R=27.61%
G=39.55%
B=32.84%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3753440.3000.170.79146.2517.7817.65
Hex25352C1E0114F921212
Octal456554360211172222222
Binary100101110101101100111100100011001111100100101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25352C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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