#465332

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

Shades of Clover #465332

Tints of Clover #465332

Color information

#465332 (or 0x465332) is unknown color: approx Clover. HEX triplet: 46, 53 and 32. RGB value is (70,83,50). Sum of RGB (Red+Green+Blue) = 70+83+50=203 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.48% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 50 (19.92% from 255 or 24.63% from 203); Max value from RGB is 83 - color contains mainly: green. Hex color #465332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465332 is #B9ACCD. Grayscale: #4B4B4B. Windows color (decimal): -12168398 or 3298118. OLE color: 3298118.

HSL color Cylindrical-coordinate representation of color #465332: hue angle of 83.64º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #465332 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB708350-
CMYK0.1600.400.67
HSL83.64º24.81%26.08%-
HSV(B)83.64º39.76%32.55%-
XYZ6.197.724.18-
YUV75.35113.69124.18-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.48%
GREEN value IS 83 (32.81% from 255) = 40.89%
BLUE value IS 50 (19.92% from 255) = 24.63%
R=34.48%
G=40.89%
B=24.63%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7083500.1600.400.6783.6424.8126.08
Hex465332100284354191a
Octal10612362200501031243132
Binary10001101010011110010100000101000100001110101001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465332; }

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

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

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

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

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

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

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

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