#485434

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

Shades of Clover #485434

Tints of Clover #485434

Color information

#485434 (or 0x485434) is unknown color: approx Clover. HEX triplet: 48, 54 and 34. RGB value is (72,84,52). Sum of RGB (Red+Green+Blue) = 72+84+52=208 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.62% from 208); Green value is 84 (33.20% from 255 or 40.38% from 208); Blue value is 52 (20.70% from 255 or 25% from 208); Max value from RGB is 84 - color contains mainly: green. Hex color #485434 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485434 is #B7ABCB. Grayscale: #4C4C4C. Windows color (decimal): -12037068 or 3429448. OLE color: 3429448.

HSL color Cylindrical-coordinate representation of color #485434: hue angle of 82.5º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #485434 is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.67.

Color convert

RGB728452-
CMYK0.1400.380.67
HSL82.5º23.53%26.67%-
HSV(B)82.5º38.1%32.94%-
XYZ6.467.974.45-
YUV76.76114.02124.6-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.62%
GREEN value IS 84 (33.20% from 255) = 40.38%
BLUE value IS 52 (20.70% from 255) = 25%
R=34.62%
G=40.38%
B=25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7284520.1400.380.6782.523.5326.67
Hex485434E0264352181b
Octal11012464160461031223033
Binary1001000101010011010011100100110100001110100101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485434; }

 p { color: rgb(72,84,52); }

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

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

 a { background-color: rgb(72,84,52); }

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

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

 span { border-color: rgb(72,84,52); }

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