#485B32

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

Shades of Clover #485B32

Tints of Clover #485B32

Color information

#485B32 (or 0x485B32) is unknown color: approx Clover. HEX triplet: 48, 5B and 32. RGB value is (72,91,50). Sum of RGB (Red+Green+Blue) = 72+91+50=213 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.80% from 213); Green value is 91 (35.94% from 255 or 42.72% from 213); Blue value is 50 (19.92% from 255 or 23.47% from 213); Max value from RGB is 91 - color contains mainly: green. Hex color #485B32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485B32 is #B7A4CD. Grayscale: #505050. Windows color (decimal): -12035278 or 3300168. OLE color: 3300168.

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

Color convert

RGB729150-
CMYK0.2100.450.64
HSL87.8º29.08%27.65%-
HSV(B)87.8º45.05%35.69%-
XYZ6.999.094.4-
YUV80.64110.71121.83-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.80%
GREEN value IS 91 (35.94% from 255) = 42.72%
BLUE value IS 50 (19.92% from 255) = 23.47%
R=33.80%
G=42.72%
B=23.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7291500.2100.450.6487.829.0827.65
Hex485B321502D40581d1c
Octal11013362250551001303534
Binary10010001011011110010101010101101100000010110001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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