#254032

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

Shades of English Holly #254032

Tints of English Holly #254032

Color information

#254032 (or 0x254032) is unknown color: approx English Holly. HEX triplet: 25, 40 and 32. RGB value is (37,64,50). Sum of RGB (Red+Green+Blue) = 37+64+50=151 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.50% from 151); Green value is 64 (25.39% from 255 or 42.38% from 151); Blue value is 50 (19.92% from 255 or 33.11% from 151); Max value from RGB is 64 - color contains mainly: green. Hex color #254032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254032 is #DABFCD. Grayscale: #363636. Windows color (decimal): -14335950 or 3293221. OLE color: 3293221.

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

Color convert

RGB376450-
CMYK0.4200.220.75
HSL148.89º26.73%19.8%-
HSV(B)148.89º42.19%25.1%-
XYZ3.174.293.68-
YUV54.33125.55115.64-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.50%
GREEN value IS 64 (25.39% from 255) = 42.38%
BLUE value IS 50 (19.92% from 255) = 33.11%
R=24.50%
G=42.38%
B=33.11%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3764500.4200.220.75148.8926.7319.8
Hex2540322A0164B951b14
Octal4510062520261132253324
Binary10010110000001100101010100101101001011100101011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254032; }

 p { color: rgb(37,64,50); }

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

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

 a { background-color: rgb(37,64,50); }

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

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

 span { border-color: rgb(37,64,50); }

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