#465A2B

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

Shades of Clover #465A2B

Tints of Clover #465A2B

Color information

#465A2B (or 0x465A2B) is unknown color: approx Clover. HEX triplet: 46, 5A and 2B. RGB value is (70,90,43). Sum of RGB (Red+Green+Blue) = 70+90+43=203 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.48% from 203); Green value is 90 (35.55% from 255 or 44.33% from 203); Blue value is 43 (17.19% from 255 or 21.18% from 203); Max value from RGB is 90 - color contains mainly: green. Hex color #465A2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465A2B is #B9A5D4. Grayscale: #4E4E4E. Windows color (decimal): -12166613 or 2841158. OLE color: 2841158.

HSL color Cylindrical-coordinate representation of color #465A2B: hue angle of 85.53º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #465A2B is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.65.

Color convert

RGB709043-
CMYK0.2200.520.65
HSL85.53º35.34%26.08%-
HSV(B)85.53º52.22%35.29%-
XYZ6.628.793.63-
YUV78.66107.87121.82-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.48%
GREEN value IS 90 (35.55% from 255) = 44.33%
BLUE value IS 43 (17.19% from 255) = 21.18%
R=34.48%
G=44.33%
B=21.18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7090430.2200.520.6585.5335.3426.08
Hex465A2B160344156231a
Octal10613253260641011264332
Binary100011010110101010111011001101001000001101011010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465A2B; }

 p { color: rgb(70,90,43); }

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

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

 a { background-color: rgb(70,90,43); }

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

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

 span { border-color: rgb(70,90,43); }

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