#465234

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

Shades of Clover #465234

Tints of Clover #465234

Color information

#465234 (or 0x465234) is unknown color: approx Clover. HEX triplet: 46, 52 and 34. RGB value is (70,82,52). Sum of RGB (Red+Green+Blue) = 70+82+52=204 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.31% from 204); Green value is 82 (32.42% from 255 or 40.20% from 204); Blue value is 52 (20.70% from 255 or 25.49% from 204); Max value from RGB is 82 - color contains mainly: green. Hex color #465234 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465234 is #B9ADCB. Grayscale: #4B4B4B. Windows color (decimal): -12168652 or 3428934. OLE color: 3428934.

HSL color Cylindrical-coordinate representation of color #465234: hue angle of 84º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #465234 is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.68.

Color convert

RGB708252-
CMYK0.1500.370.68
HSL84º22.39%26.27%-
HSV(B)84º36.59%32.16%-
XYZ6.167.584.39-
YUV74.99115.02124.44-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.31%
GREEN value IS 82 (32.42% from 255) = 40.20%
BLUE value IS 52 (20.70% from 255) = 25.49%
R=34.31%
G=40.20%
B=25.49%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7082520.1500.370.688422.3926.27
Hex465234F0254454161a
Octal10612264170451041242632
Binary1000110101001011010011110100101100010010101001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465234; }

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

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

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

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

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

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

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

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