#25422E

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

Shades of English Holly #25422E

Tints of English Holly #25422E

Color information

#25422E (or 0x25422E) is unknown color: approx English Holly. HEX triplet: 25, 42 and 2E. RGB value is (37,66,46). Sum of RGB (Red+Green+Blue) = 37+66+46=149 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.83% from 149); Green value is 66 (26.17% from 255 or 44.30% from 149); Blue value is 46 (18.36% from 255 or 30.87% from 149); Max value from RGB is 66 - color contains mainly: green. Hex color #25422E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25422E is #DABDD1. Grayscale: #373737. Windows color (decimal): -14335442 or 3031589. OLE color: 3031589.

HSL color Cylindrical-coordinate representation of color #25422E: hue angle of 138.62º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #25422E is Cyan = 0.44, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.74.

Color convert

RGB376646-
CMYK0.4400.300.74
HSL138.62º28.16%20.2%-
HSV(B)138.62º43.94%25.88%-
XYZ3.24.493.28-
YUV55.05122.89115.13-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.83%
GREEN value IS 66 (26.17% from 255) = 44.30%
BLUE value IS 46 (18.36% from 255) = 30.87%
R=24.83%
G=44.30%
B=30.87%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3766460.4400.300.74138.6228.1620.2
Hex25422E2C01E4A8b1c14
Octal4510256540361122133424
Binary10010110000101011101011000111101001010100010111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25422E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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