#485629

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

Shades of Clover #485629

Tints of Clover #485629

Color information

#485629 (or 0x485629) is unknown color: approx Clover. HEX triplet: 48, 56 and 29. RGB value is (72,86,41). Sum of RGB (Red+Green+Blue) = 72+86+41=199 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.18% from 199); Green value is 86 (33.98% from 255 or 43.22% from 199); Blue value is 41 (16.41% from 255 or 20.60% from 199); Max value from RGB is 86 - color contains mainly: green. Hex color #485629 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485629 is #B7A9D6. Grayscale: #4C4C4C. Windows color (decimal): -12036567 or 2709064. OLE color: 2709064.

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

Color convert

RGB728641-
CMYK0.1600.520.66
HSL78.67º35.43%24.9%-
HSV(B)78.67º52.33%33.73%-
XYZ6.48.193.34-
YUV76.68107.86124.66-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.18%
GREEN value IS 86 (33.98% from 255) = 43.22%
BLUE value IS 41 (16.41% from 255) = 20.60%
R=36.18%
G=43.22%
B=20.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7286410.1600.520.6678.6735.4324.9
Hex48562910034424f2319
Octal11012651200641021174331
Binary100100010101101010011000001101001000010100111110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485629; }

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

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

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

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

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

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

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

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