#25412E

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

Shades of Holly #25412E

Tints of Holly #25412E

Color information

#25412E (or 0x25412E) is unknown color: approx Holly. HEX triplet: 25, 41 and 2E. RGB value is (37,65,46). Sum of RGB (Red+Green+Blue) = 37+65+46=148 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25% from 148); Green value is 65 (25.78% from 255 or 43.92% from 148); Blue value is 46 (18.36% from 255 or 31.08% from 148); Max value from RGB is 65 - color contains mainly: green. Hex color #25412E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25412E is #DABED1. Grayscale: #363636. Windows color (decimal): -14335698 or 3031333. OLE color: 3031333.

HSL color Cylindrical-coordinate representation of color #25412E: hue angle of 139.29º 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 #25412E is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.75.

Color convert

RGB376546-
CMYK0.4300.290.75
HSL139.29º27.45%20%-
HSV(B)139.29º43.08%25.49%-
XYZ3.154.373.26-
YUV54.46123.22115.54-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25%
GREEN value IS 65 (25.78% from 255) = 43.92%
BLUE value IS 46 (18.36% from 255) = 31.08%
R=25%
G=43.92%
B=31.08%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3765460.4300.290.75139.2927.4520
Hex25412E2B01D4B8b1b14
Octal4510156530351132133324
Binary10010110000011011101010110111011001011100010111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25412E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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