#25412D

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

Shades of Holly #25412D

Tints of Holly #25412D

Color information

#25412D (or 0x25412D) is unknown color: approx Holly. HEX triplet: 25, 41 and 2D. RGB value is (37,65,45). Sum of RGB (Red+Green+Blue) = 37+65+45=147 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.17% from 147); Green value is 65 (25.78% from 255 or 44.22% from 147); Blue value is 45 (17.97% from 255 or 30.61% from 147); Max value from RGB is 65 - color contains mainly: green. Hex color #25412D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25412D is #DABED2. Grayscale: #363636. Windows color (decimal): -14335699 or 2965797. OLE color: 2965797.

HSL color Cylindrical-coordinate representation of color #25412D: hue angle of 137.14º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #25412D is Cyan = 0.43, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB376545-
CMYK0.4300.310.75
HSL137.14º27.45%20%-
HSV(B)137.14º43.08%25.49%-
XYZ3.134.363.16-
YUV54.35122.72115.63-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25.17%
GREEN value IS 65 (25.78% from 255) = 44.22%
BLUE value IS 45 (17.97% from 255) = 30.61%
R=25.17%
G=44.22%
B=30.61%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3765450.4300.310.75137.1427.4520
Hex25412D2B01F4B891b14
Octal4510155530371132113324
Binary10010110000011011011010110111111001011100010011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25412D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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