#465529

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

Shades of Clover #465529

Tints of Clover #465529

Color information

#465529 (or 0x465529) is unknown color: approx Clover. HEX triplet: 46, 55 and 29. RGB value is (70,85,41). Sum of RGB (Red+Green+Blue) = 70+85+41=196 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.71% from 196); Green value is 85 (33.59% from 255 or 43.37% from 196); Blue value is 41 (16.41% from 255 or 20.92% from 196); Max value from RGB is 85 - color contains mainly: green. Hex color #465529 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465529 is #B9AAD6. Grayscale: #4B4B4B. Windows color (decimal): -12167895 or 2708806. OLE color: 2708806.

HSL color Cylindrical-coordinate representation of color #465529: hue angle of 80.45º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #465529 is Cyan = 0.18, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB708541-
CMYK0.1800.520.67
HSL80.45º34.92%24.71%-
HSV(B)80.45º51.76%33.33%-
XYZ6.177.963.31-
YUV75.5108.53124.08-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.71%
GREEN value IS 85 (33.59% from 255) = 43.37%
BLUE value IS 41 (16.41% from 255) = 20.92%
R=35.71%
G=43.37%
B=20.92%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7085410.1800.520.6780.4534.9224.71
Hex4655291203443502319
Octal10612551220641031204331
Binary100011010101011010011001001101001000011101000010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465529; }

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

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

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

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

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

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

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

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