#485038

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

Shades of Clover #485038

Tints of Clover #485038

Color information

#485038 (or 0x485038) is unknown color: approx Clover. HEX triplet: 48, 50 and 38. RGB value is (72,80,56). Sum of RGB (Red+Green+Blue) = 72+80+56=208 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.62% from 208); Green value is 80 (31.64% from 255 or 38.46% from 208); Blue value is 56 (22.27% from 255 or 26.92% from 208); Max value from RGB is 80 - color contains mainly: green. Hex color #485038 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485038 is #B7AFC7. Grayscale: #4A4A4A. Windows color (decimal): -12038088 or 3690568. OLE color: 3690568.

HSL color Cylindrical-coordinate representation of color #485038: hue angle of 80º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #485038 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.69.

Color convert

RGB728056-
CMYK0.1000.300.69
HSL80º17.65%26.67%-
HSV(B)80º30%31.37%-
XYZ6.257.44.84-
YUV74.87117.35125.95-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.62%
GREEN value IS 80 (31.64% from 255) = 38.46%
BLUE value IS 56 (22.27% from 255) = 26.92%
R=34.62%
G=38.46%
B=26.92%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7280560.1000.300.698017.6526.67
Hex485038A01E4550121b
Octal11012070120361051202233
Binary100100010100001110001010011110100010110100001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485038; }

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

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

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

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

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

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

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

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