#485C21

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

Shades of Clover #485C21

Tints of Clover #485C21

Color information

#485C21 (or 0x485C21) is unknown color: approx Clover. HEX triplet: 48, 5C and 21. RGB value is (72,92,33). Sum of RGB (Red+Green+Blue) = 72+92+33=197 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.55% from 197); Green value is 92 (36.33% from 255 or 46.70% from 197); Blue value is 33 (13.28% from 255 or 16.75% from 197); Max value from RGB is 92 - color contains mainly: green. Hex color #485C21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485C21 is #B7A3DE. Grayscale: #4F4F4F. Windows color (decimal): -12035039 or 2186312. OLE color: 2186312.

HSL color Cylindrical-coordinate representation of color #485C21: hue angle of 80.34º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #485C21 is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.64.

Color convert

RGB729233-
CMYK0.2200.640.64
HSL80.34º47.2%24.51%-
HSV(B)80.34º64.13%36.08%-
XYZ6.779.142.85-
YUV79.29101.87122.8-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.55%
GREEN value IS 92 (36.33% from 255) = 46.70%
BLUE value IS 33 (13.28% from 255) = 16.75%
R=36.55%
G=46.70%
B=16.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7292330.2200.640.6480.3447.224.51
Hex485C211604040502f19
Octal110134412601001001205731
Binary1001000101110010000110110010000001000000101000010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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