#485B33

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

Shades of Clover #485B33

Tints of Clover #485B33

Color information

#485B33 (or 0x485B33) is unknown color: approx Clover. HEX triplet: 48, 5B and 33. RGB value is (72,91,51). Sum of RGB (Red+Green+Blue) = 72+91+51=214 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.64% from 214); Green value is 91 (35.94% from 255 or 42.52% from 214); Blue value is 51 (20.31% from 255 or 23.83% from 214); Max value from RGB is 91 - color contains mainly: green. Hex color #485B33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485B33 is #B7A4CC. Grayscale: #505050. Windows color (decimal): -12035277 or 3365704. OLE color: 3365704.

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

Color convert

RGB729151-
CMYK0.2100.440.64
HSL88.5º28.17%27.84%-
HSV(B)88.5º43.96%35.69%-
XYZ7.019.14.52-
YUV80.76111.21121.75-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.64%
GREEN value IS 91 (35.94% from 255) = 42.52%
BLUE value IS 51 (20.31% from 255) = 23.83%
R=33.64%
G=42.52%
B=23.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7291510.2100.440.6488.528.1727.84
Hex485B331502C40581c1c
Octal11013363250541001303434
Binary10010001011011110011101010101100100000010110001110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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