#485B2C

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

Shades of Clover #485B2C

Tints of Clover #485B2C

Color information

#485B2C (or 0x485B2C) is unknown color: approx Clover. HEX triplet: 48, 5B and 2C. RGB value is (72,91,44). Sum of RGB (Red+Green+Blue) = 72+91+44=207 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.78% from 207); Green value is 91 (35.94% from 255 or 43.96% from 207); Blue value is 44 (17.58% from 255 or 21.26% from 207); Max value from RGB is 91 - color contains mainly: green. Hex color #485B2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485B2C is #B7A4D3. Grayscale: #505050. Windows color (decimal): -12035284 or 2906952. OLE color: 2906952.

HSL color Cylindrical-coordinate representation of color #485B2C: hue angle of 84.26º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #485B2C is Cyan = 0.21, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.64.

Color convert

RGB729144-
CMYK0.2100.520.64
HSL84.26º34.81%26.47%-
HSV(B)84.26º51.65%35.69%-
XYZ6.879.043.77-
YUV79.96107.71122.32-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.78%
GREEN value IS 91 (35.94% from 255) = 43.96%
BLUE value IS 44 (17.58% from 255) = 21.26%
R=34.78%
G=43.96%
B=21.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7291440.2100.520.6484.2634.8126.47
Hex485B2C150344054231a
Octal11013354250641001244332
Binary100100010110111011001010101101001000000101010010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,91,44); }

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

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

 a { background-color: rgb(72,91,44); }

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

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

 span { border-color: rgb(72,91,44); }

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