#254131

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

Shades of English Holly #254131

Tints of English Holly #254131

Color information

#254131 (or 0x254131) is unknown color: approx English Holly. HEX triplet: 25, 41 and 31. RGB value is (37,65,49). Sum of RGB (Red+Green+Blue) = 37+65+49=151 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.50% from 151); Green value is 65 (25.78% from 255 or 43.05% from 151); Blue value is 49 (19.53% from 255 or 32.45% from 151); Max value from RGB is 65 - color contains mainly: green. Hex color #254131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254131 is #DABECE. Grayscale: #363636. Windows color (decimal): -14335695 or 3227941. OLE color: 3227941.

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

Color convert

RGB376549-
CMYK0.4300.250.75
HSL145.71º27.45%20%-
HSV(B)145.71º43.08%25.49%-
XYZ3.214.43.59-
YUV54.8124.72115.3-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.50%
GREEN value IS 65 (25.78% from 255) = 43.05%
BLUE value IS 49 (19.53% from 255) = 32.45%
R=24.50%
G=43.05%
B=32.45%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3765490.4300.250.75145.7127.4520
Hex2541312B0194B921b14
Octal4510161530311132223324
Binary10010110000011100011010110110011001011100100101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254131; }

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

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

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

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

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

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

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

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