#485829

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

Shades of Clover #485829

Tints of Clover #485829

Color information

#485829 (or 0x485829) is unknown color: approx Clover. HEX triplet: 48, 58 and 29. RGB value is (72,88,41). Sum of RGB (Red+Green+Blue) = 72+88+41=201 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.82% from 201); Green value is 88 (34.77% from 255 or 43.78% from 201); Blue value is 41 (16.41% from 255 or 20.40% from 201); Max value from RGB is 88 - color contains mainly: green. Hex color #485829 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485829 is #B7A7D6. Grayscale: #4E4E4E. Windows color (decimal): -12036055 or 2709576. OLE color: 2709576.

HSL color Cylindrical-coordinate representation of color #485829: hue angle of 80.43º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #485829 is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB728841-
CMYK0.1800.530.65
HSL80.43º36.43%25.29%-
HSV(B)80.43º53.41%34.51%-
XYZ6.568.523.4-
YUV77.86107.2123.82-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.82%
GREEN value IS 88 (34.77% from 255) = 43.78%
BLUE value IS 41 (16.41% from 255) = 20.40%
R=35.82%
G=43.78%
B=20.40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7288410.1800.530.6580.4336.4325.29
Hex4858291203541502419
Octal11013051220651011204431
Binary100100010110001010011001001101011000001101000010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485829; }

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

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

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

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

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

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

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

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