#48542B

Color #48542B Clover (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clover #48542B

Tints of Clover #48542B

Color information

#48542B (or 0x48542B) is unknown color: approx Clover. HEX triplet: 48, 54 and 2B. RGB value is (72,84,43). Sum of RGB (Red+Green+Blue) = 72+84+43=199 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.18% from 199); Green value is 84 (33.20% from 255 or 42.21% from 199); Blue value is 43 (17.19% from 255 or 21.61% from 199); Max value from RGB is 84 - color contains mainly: green. Hex color #48542B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48542B is #B7ABD4. Grayscale: #4B4B4B. Windows color (decimal): -12037077 or 2839624. OLE color: 2839624.

HSL color Cylindrical-coordinate representation of color #48542B: hue angle of 77.56º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #48542B is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB728443-
CMYK0.1400.490.67
HSL77.56º32.28%24.9%-
HSV(B)77.56º48.81%32.94%-
XYZ6.287.893.48-
YUV75.74109.52125.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.18%
GREEN value IS 84 (33.20% from 255) = 42.21%
BLUE value IS 43 (17.19% from 255) = 21.61%
R=36.18%
G=42.21%
B=21.61%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7284430.1400.490.6777.5632.2824.9
Hex48542BE031434e2019
Octal11012453160611031164031
Binary10010001010100101011111001100011000011100111010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48542B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48542B; }

 p { color: rgb(72,84,43); }

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

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

 a { background-color: rgb(72,84,43); }

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

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

 span { border-color: rgb(72,84,43); }

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