#465627

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

Shades of Clover #465627

Tints of Clover #465627

Color information

#465627 (or 0x465627) is unknown color: approx Clover. HEX triplet: 46, 56 and 27. RGB value is (70,86,39). Sum of RGB (Red+Green+Blue) = 70+86+39=195 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.90% from 195); Green value is 86 (33.98% from 255 or 44.10% from 195); Blue value is 39 (15.62% from 255 or 20% from 195); Max value from RGB is 86 - color contains mainly: green. Hex color #465627 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465627 is #B9A9D8. Grayscale: #4C4C4C. Windows color (decimal): -12167641 or 2577990. OLE color: 2577990.

HSL color Cylindrical-coordinate representation of color #465627: hue angle of 80.43º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #465627 is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.66.

Color convert

RGB708639-
CMYK0.1900.550.66
HSL80.43º37.6%24.51%-
HSV(B)80.43º54.65%33.73%-
XYZ6.228.13.16-
YUV75.86107.2123.82-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.90%
GREEN value IS 86 (33.98% from 255) = 44.10%
BLUE value IS 39 (15.62% from 255) = 20%
R=35.90%
G=44.10%
B=20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7086390.1900.550.6680.4337.624.51
Hex4656271303742502619
Octal10612647230671021204631
Binary100011010101101001111001101101111000010101000010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465627; }

 p { color: rgb(70,86,39); }

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

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

 a { background-color: rgb(70,86,39); }

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

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

 span { border-color: rgb(70,86,39); }

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