#48552E

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

Shades of Clover #48552E

Tints of Clover #48552E

Color information

#48552E (or 0x48552E) is unknown color: approx Clover. HEX triplet: 48, 55 and 2E. RGB value is (72,85,46). Sum of RGB (Red+Green+Blue) = 72+85+46=203 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.47% from 203); Green value is 85 (33.59% from 255 or 41.87% from 203); Blue value is 46 (18.36% from 255 or 22.66% from 203); Max value from RGB is 85 - color contains mainly: green. Hex color #48552E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48552E is #B7AAD1. Grayscale: #4C4C4C. Windows color (decimal): -12036818 or 3036488. OLE color: 3036488.

HSL color Cylindrical-coordinate representation of color #48552E: hue angle of 80º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #48552E is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB728546-
CMYK0.1500.460.67
HSL80º29.77%25.69%-
HSV(B)80º45.88%33.33%-
XYZ6.418.073.8-
YUV76.67110.69124.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.47%
GREEN value IS 85 (33.59% from 255) = 41.87%
BLUE value IS 46 (18.36% from 255) = 22.66%
R=35.47%
G=41.87%
B=22.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7285460.1500.460.678029.7725.69
Hex48552EF02E43501e1a
Octal11012556170561031203632
Binary1001000101010110111011110101110100001110100001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48552E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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