#485824

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

Shades of Clover #485824

Tints of Clover #485824

Color information

#485824 (or 0x485824) is unknown color: approx Clover. HEX triplet: 48, 58 and 24. RGB value is (72,88,36). Sum of RGB (Red+Green+Blue) = 72+88+36=196 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.73% from 196); Green value is 88 (34.77% from 255 or 44.90% from 196); Blue value is 36 (14.45% from 255 or 18.37% from 196); Max value from RGB is 88 - color contains mainly: green. Hex color #485824 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485824 is #B7A7DB. Grayscale: #4D4D4D. Windows color (decimal): -12036060 or 2381896. OLE color: 2381896.

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

Color convert

RGB728836-
CMYK0.1800.590.65
HSL78.46º41.94%24.31%-
HSV(B)78.46º59.09%34.51%-
XYZ6.488.482.97-
YUV77.29104.7124.23-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.73%
GREEN value IS 88 (34.77% from 255) = 44.90%
BLUE value IS 36 (14.45% from 255) = 18.37%
R=36.73%
G=44.90%
B=18.37%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7288360.1800.590.6578.4641.9424.31
Hex4858241203B414e2a18
Octal11013044220731011165230
Binary100100010110001001001001001110111000001100111010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485824; }

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

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

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

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

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

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

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

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