#485F2A

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

Shades of Clover #485F2A

Tints of Clover #485F2A

Color information

#485F2A (or 0x485F2A) is unknown color: approx Clover. HEX triplet: 48, 5F and 2A. RGB value is (72,95,42). Sum of RGB (Red+Green+Blue) = 72+95+42=209 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.45% from 209); Green value is 95 (37.5% from 255 or 45.45% from 209); Blue value is 42 (16.80% from 255 or 20.10% from 209); Max value from RGB is 95 - color contains mainly: green. Hex color #485F2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485F2A is #B7A0D5. Grayscale: #525252. Windows color (decimal): -12034262 or 2776904. OLE color: 2776904.

HSL color Cylindrical-coordinate representation of color #485F2A: hue angle of 86.04º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #485F2A is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.63.

Color convert

RGB729542-
CMYK0.2400.560.63
HSL86.04º38.69%26.86%-
HSV(B)86.04º55.79%37.25%-
XYZ7.189.733.69-
YUV82.08105.38120.81-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.45%
GREEN value IS 95 (37.5% from 255) = 45.45%
BLUE value IS 42 (16.80% from 255) = 20.10%
R=34.45%
G=45.45%
B=20.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7295420.2400.560.6386.0438.6926.86
Hex485F2A180383F56271b
Octal1101375230070771264733
Binary10010001011111101010110000111000111111101011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485F2A; }

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

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

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

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

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

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

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

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