#48552A

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

Shades of Clover #48552A

Tints of Clover #48552A

Color information

#48552A (or 0x48552A) is unknown color: approx Clover. HEX triplet: 48, 55 and 2A. RGB value is (72,85,42). Sum of RGB (Red+Green+Blue) = 72+85+42=199 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.18% from 199); Green value is 85 (33.59% from 255 or 42.71% from 199); Blue value is 42 (16.80% from 255 or 21.11% from 199); Max value from RGB is 85 - color contains mainly: green. Hex color #48552A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48552A is #B7AAD5. Grayscale: #4C4C4C. Windows color (decimal): -12036822 or 2774344. OLE color: 2774344.

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

Color convert

RGB728542-
CMYK0.1500.510.67
HSL78.14º33.86%24.9%-
HSV(B)78.14º50.59%33.33%-
XYZ6.348.043.41-
YUV76.21108.69125-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.18%
GREEN value IS 85 (33.59% from 255) = 42.71%
BLUE value IS 42 (16.80% from 255) = 21.11%
R=36.18%
G=42.71%
B=21.11%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7285420.1500.510.6778.1433.8624.9
Hex48552AF033434e2219
Octal11012552170631031164231
Binary10010001010101101010111101100111000011100111010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48552A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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