#485438

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

Shades of Clover #485438

Tints of Clover #485438

Color information

#485438 (or 0x485438) is unknown color: approx Clover. HEX triplet: 48, 54 and 38. RGB value is (72,84,56). Sum of RGB (Red+Green+Blue) = 72+84+56=212 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.96% from 212); Green value is 84 (33.20% from 255 or 39.62% from 212); Blue value is 56 (22.27% from 255 or 26.42% from 212); Max value from RGB is 84 - color contains mainly: green. Hex color #485438 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485438 is #B7ABC7. Grayscale: #4D4D4D. Windows color (decimal): -12037064 or 3691592. OLE color: 3691592.

HSL color Cylindrical-coordinate representation of color #485438: hue angle of 85.71º degrees, saturation: 0.2, 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 #485438 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.67.

Color convert

RGB728456-
CMYK0.1400.330.67
HSL85.71º20%27.45%-
HSV(B)85.71º33.33%32.94%-
XYZ6.5684.94-
YUV77.22116.02124.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.96%
GREEN value IS 84 (33.20% from 255) = 39.62%
BLUE value IS 56 (22.27% from 255) = 26.42%
R=33.96%
G=39.62%
B=26.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7284560.1400.330.6785.712027.45
Hex485438E0214356141b
Octal11012470160411031262433
Binary1001000101010011100011100100001100001110101101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485438; }

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

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

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

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

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

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

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

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