#485138

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

Shades of Clover #485138

Tints of Clover #485138

Color information

#485138 (or 0x485138) is unknown color: approx Clover. HEX triplet: 48, 51 and 38. RGB value is (72,81,56). Sum of RGB (Red+Green+Blue) = 72+81+56=209 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.45% from 209); Green value is 81 (32.03% from 255 or 38.76% from 209); Blue value is 56 (22.27% from 255 or 26.79% from 209); Max value from RGB is 81 - color contains mainly: green. Hex color #485138 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485138 is #B7AEC7. Grayscale: #4B4B4B. Windows color (decimal): -12037832 or 3690824. OLE color: 3690824.

HSL color Cylindrical-coordinate representation of color #485138: hue angle of 81.6º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #485138 is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.68.

Color convert

RGB728156-
CMYK0.1100.310.68
HSL81.6º18.25%26.86%-
HSV(B)81.6º30.86%31.76%-
XYZ6.337.554.86-
YUV75.46117.02125.53-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.45%
GREEN value IS 81 (32.03% from 255) = 38.76%
BLUE value IS 56 (22.27% from 255) = 26.79%
R=34.45%
G=38.76%
B=26.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7281560.1100.310.6881.618.2526.86
Hex485138B01F4452121b
Octal11012170130371041222233
Binary100100010100011110001011011111100010010100101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485138; }

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

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

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

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

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

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

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

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