#485533

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

Shades of Clover #485533

Tints of Clover #485533

Color information

#485533 (or 0x485533) is unknown color: approx Clover. HEX triplet: 48, 55 and 33. RGB value is (72,85,51). Sum of RGB (Red+Green+Blue) = 72+85+51=208 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.62% from 208); Green value is 85 (33.59% from 255 or 40.87% from 208); Blue value is 51 (20.31% from 255 or 24.52% from 208); Max value from RGB is 85 - color contains mainly: green. Hex color #485533 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485533 is #B7AACC. Grayscale: #4D4D4D. Windows color (decimal): -12036813 or 3364168. OLE color: 3364168.

HSL color Cylindrical-coordinate representation of color #485533: hue angle of 82.94º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #485533 is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB728551-
CMYK0.1500.400.67
HSL82.94º25%26.67%-
HSV(B)82.94º40%33.33%-
XYZ6.528.114.35-
YUV77.24113.19124.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.62%
GREEN value IS 85 (33.59% from 255) = 40.87%
BLUE value IS 51 (20.31% from 255) = 24.52%
R=34.62%
G=40.87%
B=24.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7285510.1500.400.6782.942526.67
Hex485533F0284353191b
Octal11012563170501031233133
Binary1001000101010111001111110101000100001110100111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485533; }

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

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

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

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

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

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

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

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