#465434

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

Shades of Clover #465434

Tints of Clover #465434

Color information

#465434 (or 0x465434) is unknown color: approx Clover. HEX triplet: 46, 54 and 34. RGB value is (70,84,52). Sum of RGB (Red+Green+Blue) = 70+84+52=206 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.98% from 206); Green value is 84 (33.20% from 255 or 40.78% from 206); Blue value is 52 (20.70% from 255 or 25.24% from 206); Max value from RGB is 84 - color contains mainly: green. Hex color #465434 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465434 is #B9ABCB. Grayscale: #4C4C4C. Windows color (decimal): -12168140 or 3429446. OLE color: 3429446.

HSL color Cylindrical-coordinate representation of color #465434: hue angle of 86.25º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #465434 is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.67.

Color convert

RGB708452-
CMYK0.1700.380.67
HSL86.25º23.53%26.67%-
HSV(B)86.25º38.1%32.94%-
XYZ6.327.894.44-
YUV76.17114.36123.6-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.98%
GREEN value IS 84 (33.20% from 255) = 40.78%
BLUE value IS 52 (20.70% from 255) = 25.24%
R=33.98%
G=40.78%
B=25.24%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7084520.1700.380.6786.2523.5326.67
Hex465434110264356181b
Octal10612464210461031263033
Binary10001101010100110100100010100110100001110101101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465434; }

 p { color: rgb(70,84,52); }

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

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

 a { background-color: rgb(70,84,52); }

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

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

 span { border-color: rgb(70,84,52); }

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