#465B29

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

Shades of Clover #465B29

Tints of Clover #465B29

Color information

#465B29 (or 0x465B29) is unknown color: approx Clover. HEX triplet: 46, 5B and 29. RGB value is (70,91,41). Sum of RGB (Red+Green+Blue) = 70+91+41=202 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.65% from 202); Green value is 91 (35.94% from 255 or 45.05% from 202); Blue value is 41 (16.41% from 255 or 20.30% from 202); Max value from RGB is 91 - color contains mainly: green. Hex color #465B29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465B29 is #B9A4D6. Grayscale: #4F4F4F. Windows color (decimal): -12166359 or 2710342. OLE color: 2710342.

HSL color Cylindrical-coordinate representation of color #465B29: hue angle of 85.2º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #465B29 is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.64.

Color convert

RGB709141-
CMYK0.2300.550.64
HSL85.2º37.88%25.88%-
HSV(B)85.2º54.95%35.69%-
XYZ6.678.943.47-
YUV79.02106.54121.57-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.65%
GREEN value IS 91 (35.94% from 255) = 45.05%
BLUE value IS 41 (16.41% from 255) = 20.30%
R=34.65%
G=45.05%
B=20.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7091410.2300.550.6485.237.8825.88
Hex465B29170374055261a
Octal10613351270671001254632
Binary100011010110111010011011101101111000000101010110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,91,41); }

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

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

 a { background-color: rgb(70,91,41); }

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

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

 span { border-color: rgb(70,91,41); }

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