#485834

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

Shades of Clover #485834

Tints of Clover #485834

Color information

#485834 (or 0x485834) is unknown color: approx Clover. HEX triplet: 48, 58 and 34. RGB value is (72,88,52). Sum of RGB (Red+Green+Blue) = 72+88+52=212 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.96% from 212); Green value is 88 (34.77% from 255 or 41.51% from 212); Blue value is 52 (20.70% from 255 or 24.53% from 212); Max value from RGB is 88 - color contains mainly: green. Hex color #485834 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485834 is #B7A7CB. Grayscale: #4F4F4F. Windows color (decimal): -12036044 or 3430472. OLE color: 3430472.

HSL color Cylindrical-coordinate representation of color #485834: hue angle of 86.67º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #485834 is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.65.

Color convert

RGB728852-
CMYK0.1800.410.65
HSL86.67º25.71%27.45%-
HSV(B)86.67º40.91%34.51%-
XYZ6.788.614.55-
YUV79.11112.7122.93-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.96%
GREEN value IS 88 (34.77% from 255) = 41.51%
BLUE value IS 52 (20.70% from 255) = 24.53%
R=33.96%
G=41.51%
B=24.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7288520.1800.410.6586.6725.7127.45
Hex4858341202941571a1b
Octal11013064220511011273233
Binary10010001011000110100100100101001100000110101111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485834; }

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

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

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

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

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

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

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

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