#485738

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

Shades of Clover #485738

Tints of Clover #485738

Color information

#485738 (or 0x485738) is unknown color: approx Clover. HEX triplet: 48, 57 and 38. RGB value is (72,87,56). Sum of RGB (Red+Green+Blue) = 72+87+56=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 87 (34.38% from 255 or 40.47% from 215); Blue value is 56 (22.27% from 255 or 26.05% from 215); Max value from RGB is 87 - color contains mainly: green. Hex color #485738 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485738 is #B7A8C7. Grayscale: #4F4F4F. Windows color (decimal): -12036296 or 3692360. OLE color: 3692360.

HSL color Cylindrical-coordinate representation of color #485738: hue angle of 89.03º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #485738 is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.66.

Color convert

RGB728756-
CMYK0.1700.360.66
HSL89.03º21.68%28.04%-
HSV(B)89.03º35.63%34.12%-
XYZ6.798.485.02-
YUV78.98115.03123.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.49%
GREEN value IS 87 (34.38% from 255) = 40.47%
BLUE value IS 56 (22.27% from 255) = 26.05%
R=33.49%
G=40.47%
B=26.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7287560.1700.360.6689.0321.6828.04
Hex485738110244259161c
Octal11012770210441021312634
Binary10010001010111111000100010100100100001010110011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485738; }

 p { color: rgb(72,87,56); }

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

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

 a { background-color: rgb(72,87,56); }

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

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

 span { border-color: rgb(72,87,56); }

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