#485331

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

Shades of Clover #485331

Tints of Clover #485331

Color information

#485331 (or 0x485331) is unknown color: approx Clover. HEX triplet: 48, 53 and 31. RGB value is (72,83,49). Sum of RGB (Red+Green+Blue) = 72+83+49=204 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.29% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 49 (19.53% from 255 or 24.02% from 204); Max value from RGB is 83 - color contains mainly: green. Hex color #485331 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485331 is #B7ACCE. Grayscale: #4B4B4B. Windows color (decimal): -12037327 or 3232584. OLE color: 3232584.

HSL color Cylindrical-coordinate representation of color #485331: hue angle of 79.41º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #485331 is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB728349-
CMYK0.1300.410.67
HSL79.41º25.76%25.88%-
HSV(B)79.41º40.96%32.55%-
XYZ6.327.794.08-
YUV75.83112.86125.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.29%
GREEN value IS 83 (32.81% from 255) = 40.69%
BLUE value IS 49 (19.53% from 255) = 24.02%
R=35.29%
G=40.69%
B=24.02%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7283490.1300.410.6779.4125.7625.88
Hex485331D029434f1a1a
Octal11012361150511031173232
Binary1001000101001111000111010101001100001110011111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485331; }

 p { color: rgb(72,83,49); }

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

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

 a { background-color: rgb(72,83,49); }

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

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

 span { border-color: rgb(72,83,49); }

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