#485338

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

Shades of Clover #485338

Tints of Clover #485338

Color information

#485338 (or 0x485338) is unknown color: approx Clover. HEX triplet: 48, 53 and 38. RGB value is (72,83,56). Sum of RGB (Red+Green+Blue) = 72+83+56=211 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.12% from 211); Green value is 83 (32.81% from 255 or 39.34% from 211); Blue value is 56 (22.27% from 255 or 26.54% from 211); Max value from RGB is 83 - color contains mainly: green. Hex color #485338 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485338 is #B7ACC7. Grayscale: #4C4C4C. Windows color (decimal): -12037320 or 3691336. OLE color: 3691336.

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

Color convert

RGB728356-
CMYK0.1300.330.67
HSL84.44º19.42%27.25%-
HSV(B)84.44º32.53%32.55%-
XYZ6.487.854.92-
YUV76.63116.36124.7-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.12%
GREEN value IS 83 (32.81% from 255) = 39.34%
BLUE value IS 56 (22.27% from 255) = 26.54%
R=34.12%
G=39.34%
B=26.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7283560.1300.330.6784.4419.4227.25
Hex485338D0214354131b
Octal11012370150411031242333
Binary1001000101001111100011010100001100001110101001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485338; }

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

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

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

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

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

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

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

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