#48582E

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

Shades of Clover #48582E

Tints of Clover #48582E

Color information

#48582E (or 0x48582E) is unknown color: approx Clover. HEX triplet: 48, 58 and 2E. RGB value is (72,88,46). Sum of RGB (Red+Green+Blue) = 72+88+46=206 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.95% from 206); Green value is 88 (34.77% from 255 or 42.72% from 206); Blue value is 46 (18.36% from 255 or 22.33% from 206); Max value from RGB is 88 - color contains mainly: green. Hex color #48582E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48582E is #B7A7D1. Grayscale: #4E4E4E. Windows color (decimal): -12036050 or 3037256. OLE color: 3037256.

HSL color Cylindrical-coordinate representation of color #48582E: hue angle of 82.86º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #48582E is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB728846-
CMYK0.1800.480.65
HSL82.86º31.34%26.27%-
HSV(B)82.86º47.73%34.51%-
XYZ6.668.553.89-
YUV78.43109.7123.42-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.95%
GREEN value IS 88 (34.77% from 255) = 42.72%
BLUE value IS 46 (18.36% from 255) = 22.33%
R=34.95%
G=42.72%
B=22.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7288460.1800.480.6582.8631.3426.27
Hex48582E1203041531f1a
Octal11013056220601011233732
Binary10010001011000101110100100110000100000110100111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48582E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48582E; }

 p { color: rgb(72,88,46); }

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

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

 a { background-color: rgb(72,88,46); }

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

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

 span { border-color: rgb(72,88,46); }

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