#48542A

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

Shades of Clover #48542A

Tints of Clover #48542A

Color information

#48542A (or 0x48542A) is unknown color: approx Clover. HEX triplet: 48, 54 and 2A. RGB value is (72,84,42). Sum of RGB (Red+Green+Blue) = 72+84+42=198 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.36% from 198); Green value is 84 (33.20% from 255 or 42.42% from 198); Blue value is 42 (16.80% from 255 or 21.21% from 198); Max value from RGB is 84 - color contains mainly: green. Hex color #48542A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48542A is #B7ABD5. Grayscale: #4B4B4B. Windows color (decimal): -12037078 or 2774088. OLE color: 2774088.

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

Color convert

RGB728442-
CMYK0.1400.50.67
HSL77.14º33.33%24.71%-
HSV(B)77.14º50%32.94%-
XYZ6.267.893.38-
YUV75.62109.02125.42-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.36%
GREEN value IS 84 (33.20% from 255) = 42.42%
BLUE value IS 42 (16.80% from 255) = 21.21%
R=36.36%
G=42.42%
B=21.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7284420.1400.50.6777.1433.3324.71
Hex48542AE032434d2119
Octal11012452160621031154131
Binary10010001010100101010111001100101000011100110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48542A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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