#48532D

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

Shades of Clover #48532D

Tints of Clover #48532D

Color information

#48532D (or 0x48532D) is unknown color: approx Clover. HEX triplet: 48, 53 and 2D. RGB value is (72,83,45). Sum of RGB (Red+Green+Blue) = 72+83+45=200 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36% from 200); Green value is 83 (32.81% from 255 or 41.5% from 200); Blue value is 45 (17.97% from 255 or 22.5% from 200); Max value from RGB is 83 - color contains mainly: green. Hex color #48532D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48532D is #B7ACD2. Grayscale: #4B4B4B. Windows color (decimal): -12037331 or 2970440. OLE color: 2970440.

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

Color convert

RGB728345-
CMYK0.1300.460.67
HSL77.37º29.69%25.1%-
HSV(B)77.37º45.78%32.55%-
XYZ6.247.753.65-
YUV75.38110.86125.59-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36%
GREEN value IS 83 (32.81% from 255) = 41.5%
BLUE value IS 45 (17.97% from 255) = 22.5%
R=36%
G=41.5%
B=22.5%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7283450.1300.460.6777.3729.6925.1
Hex48532DD02E434d1e19
Octal11012355150561031153631
Binary1001000101001110110111010101110100001110011011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48532D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48532D; }

 p { color: rgb(72,83,45); }

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

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

 a { background-color: rgb(72,83,45); }

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

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

 span { border-color: rgb(72,83,45); }

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