#48562A

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

Shades of Clover #48562A

Tints of Clover #48562A

Color information

#48562A (or 0x48562A) is unknown color: approx Clover. HEX triplet: 48, 56 and 2A. RGB value is (72,86,42). Sum of RGB (Red+Green+Blue) = 72+86+42=200 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36% from 200); Green value is 86 (33.98% from 255 or 43% from 200); Blue value is 42 (16.80% from 255 or 21% from 200); Max value from RGB is 86 - color contains mainly: green. Hex color #48562A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48562A is #B7A9D5. Grayscale: #4C4C4C. Windows color (decimal): -12036566 or 2774600. OLE color: 2774600.

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

Color convert

RGB728642-
CMYK0.1600.510.66
HSL79.09º34.38%25.1%-
HSV(B)79.09º51.16%33.73%-
XYZ6.428.23.44-
YUV76.8108.36124.58-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36%
GREEN value IS 86 (33.98% from 255) = 43%
BLUE value IS 42 (16.80% from 255) = 21%
R=36%
G=43%
B=21%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7286420.1600.510.6679.0934.3825.1
Hex48562A10033424f2219
Octal11012652200631021174231
Binary100100010101101010101000001100111000010100111110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48562A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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