#465C21

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

Shades of Clover #465C21

Tints of Clover #465C21

Color information

#465C21 (or 0x465C21) is unknown color: approx Clover. HEX triplet: 46, 5C and 21. RGB value is (70,92,33). Sum of RGB (Red+Green+Blue) = 70+92+33=195 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.90% from 195); Green value is 92 (36.33% from 255 or 47.18% from 195); Blue value is 33 (13.28% from 255 or 16.92% from 195); Max value from RGB is 92 - color contains mainly: green. Hex color #465C21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465C21 is #B9A3DE. Grayscale: #4E4E4E. Windows color (decimal): -12166111 or 2186310. OLE color: 2186310.

HSL color Cylindrical-coordinate representation of color #465C21: hue angle of 82.37º 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 #465C21 is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.64.

Color convert

RGB709233-
CMYK0.2400.640.64
HSL82.37º47.2%24.51%-
HSV(B)82.37º64.13%36.08%-
XYZ6.639.072.84-
YUV78.7102.21121.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.90%
GREEN value IS 92 (36.33% from 255) = 47.18%
BLUE value IS 33 (13.28% from 255) = 16.92%
R=35.90%
G=47.18%
B=16.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7092330.2400.640.6482.3747.224.51
Hex465C211804040522f19
Octal106134413001001001225731
Binary1000110101110010000111000010000001000000101001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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