#485430

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

Shades of Clover #485430

Tints of Clover #485430

Color information

#485430 (or 0x485430) is unknown color: approx Clover. HEX triplet: 48, 54 and 30. RGB value is (72,84,48). Sum of RGB (Red+Green+Blue) = 72+84+48=204 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.29% from 204); Green value is 84 (33.20% from 255 or 41.18% from 204); Blue value is 48 (19.14% from 255 or 23.53% from 204); Max value from RGB is 84 - color contains mainly: green. Hex color #485430 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485430 is #B7ABCF. Grayscale: #4C4C4C. Windows color (decimal): -12037072 or 3167304. OLE color: 3167304.

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

Color convert

RGB728448-
CMYK0.1400.430.67
HSL80º27.27%25.88%-
HSV(B)80º42.86%32.94%-
XYZ6.387.933.99-
YUV76.31112.02124.93-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.29%
GREEN value IS 84 (33.20% from 255) = 41.18%
BLUE value IS 48 (19.14% from 255) = 23.53%
R=35.29%
G=41.18%
B=23.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7284480.1400.430.678027.2725.88
Hex485430E02B43501b1a
Octal11012460160531031203332
Binary1001000101010011000011100101011100001110100001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485430; }

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

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

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

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

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

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

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

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