#465D29

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

Shades of Clover #465D29

Tints of Clover #465D29

Color information

#465D29 (or 0x465D29) is unknown color: approx Clover. HEX triplet: 46, 5D and 29. RGB value is (70,93,41). Sum of RGB (Red+Green+Blue) = 70+93+41=204 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.31% from 204); Green value is 93 (36.72% from 255 or 45.59% from 204); Blue value is 41 (16.41% from 255 or 20.10% from 204); Max value from RGB is 93 - color contains mainly: green. Hex color #465D29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465D29 is #B9A2D6. Grayscale: #505050. Windows color (decimal): -12165847 or 2710854. OLE color: 2710854.

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

Color convert

RGB709341-
CMYK0.2500.560.64
HSL86.54º38.81%26.27%-
HSV(B)86.54º55.91%36.47%-
XYZ6.849.293.53-
YUV80.19105.88120.73-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.31%
GREEN value IS 93 (36.72% from 255) = 45.59%
BLUE value IS 41 (16.41% from 255) = 20.10%
R=34.31%
G=45.59%
B=20.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7093410.2500.560.6486.5438.8126.27
Hex465D29190384057271a
Octal10613551310701001274732
Binary100011010111011010011100101110001000000101011110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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