#485E21

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

Shades of Clover #485E21

Tints of Clover #485E21

Color information

#485E21 (or 0x485E21) is unknown color: approx Clover. HEX triplet: 48, 5E and 21. RGB value is (72,94,33). Sum of RGB (Red+Green+Blue) = 72+94+33=199 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.18% from 199); Green value is 94 (37.11% from 255 or 47.24% from 199); Blue value is 33 (13.28% from 255 or 16.58% from 199); Max value from RGB is 94 - color contains mainly: green. Hex color #485E21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485E21 is #B7A1DE. Grayscale: #505050. Windows color (decimal): -12034527 or 2186824. OLE color: 2186824.

HSL color Cylindrical-coordinate representation of color #485E21: hue angle of 81.64º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #485E21 is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.63.

Color convert

RGB729433-
CMYK0.2300.650.63
HSL81.64º48.03%24.9%-
HSV(B)81.64º64.89%36.86%-
XYZ6.959.492.9-
YUV80.47101.21121.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.18%
GREEN value IS 94 (37.11% from 255) = 47.24%
BLUE value IS 33 (13.28% from 255) = 16.58%
R=36.18%
G=47.24%
B=16.58%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7294330.2300.650.6381.6448.0324.9
Hex485E21170413F523019
Octal11013641270101771226031
Binary100100010111101000011011101000001111111101001011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485E21; }

 p { color: rgb(72,94,33); }

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

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

 a { background-color: rgb(72,94,33); }

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

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

 span { border-color: rgb(72,94,33); }

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