#254132

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

Shades of English Holly #254132

Tints of English Holly #254132

Color information

#254132 (or 0x254132) is unknown color: approx English Holly. HEX triplet: 25, 41 and 32. RGB value is (37,65,50). Sum of RGB (Red+Green+Blue) = 37+65+50=152 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.34% from 152); Green value is 65 (25.78% from 255 or 42.76% from 152); Blue value is 50 (19.92% from 255 or 32.89% from 152); Max value from RGB is 65 - color contains mainly: green. Hex color #254132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254132 is #DABECD. Grayscale: #363636. Windows color (decimal): -14335694 or 3293477. OLE color: 3293477.

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

Color convert

RGB376550-
CMYK0.4300.230.75
HSL147.86º27.45%20%-
HSV(B)147.86º43.08%25.49%-
XYZ3.234.43.7-
YUV54.92125.22115.22-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.34%
GREEN value IS 65 (25.78% from 255) = 42.76%
BLUE value IS 50 (19.92% from 255) = 32.89%
R=24.34%
G=42.76%
B=32.89%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3765500.4300.230.75147.8627.4520
Hex2541322B0174B941b14
Octal4510162530271132243324
Binary10010110000011100101010110101111001011100101001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254132; }

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

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

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

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

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

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

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

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