#465335

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

Shades of Clover #465335

Tints of Clover #465335

Color information

#465335 (or 0x465335) is unknown color: approx Clover. HEX triplet: 46, 53 and 35. RGB value is (70,83,53). Sum of RGB (Red+Green+Blue) = 70+83+53=206 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.98% from 206); Green value is 83 (32.81% from 255 or 40.29% from 206); Blue value is 53 (21.09% from 255 or 25.73% from 206); Max value from RGB is 83 - color contains mainly: green. Hex color #465335 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465335 is #B9ACCA. Grayscale: #4B4B4B. Windows color (decimal): -12168395 or 3494726. OLE color: 3494726.

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

Color convert

RGB708353-
CMYK0.1600.360.67
HSL86º22.06%26.67%-
HSV(B)86º36.14%32.55%-
XYZ6.267.754.53-
YUV75.69115.19123.94-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.98%
GREEN value IS 83 (32.81% from 255) = 40.29%
BLUE value IS 53 (21.09% from 255) = 25.73%
R=33.98%
G=40.29%
B=25.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7083530.1600.360.678622.0626.67
Hex465335100244356161b
Octal10612365200441031262633
Binary10001101010011110101100000100100100001110101101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465335; }

 p { color: rgb(70,83,53); }

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

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

 a { background-color: rgb(70,83,53); }

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

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

 span { border-color: rgb(70,83,53); }

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