#465F23

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

Shades of Clover #465F23

Tints of Clover #465F23

Color information

#465F23 (or 0x465F23) is unknown color: approx Clover. HEX triplet: 46, 5F and 23. RGB value is (70,95,35). Sum of RGB (Red+Green+Blue) = 70+95+35=200 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35% from 200); Green value is 95 (37.5% from 255 or 47.5% from 200); Blue value is 35 (14.06% from 255 or 17.5% from 200); Max value from RGB is 95 - color contains mainly: green. Hex color #465F23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465F23 is #B9A0DC. Grayscale: #505050. Windows color (decimal): -12165341 or 2318150. OLE color: 2318150.

HSL color Cylindrical-coordinate representation of color #465F23: hue angle of 85º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #465F23 is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.63.

Color convert

RGB709535-
CMYK0.2600.630.63
HSL85º46.15%25.49%-
HSV(B)85º63.16%37.25%-
XYZ6.929.613.08-
YUV80.68102.22120.38-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35%
GREEN value IS 95 (37.5% from 255) = 47.5%
BLUE value IS 35 (14.06% from 255) = 17.5%
R=35%
G=47.5%
B=17.5%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7095350.2600.630.638546.1525.49
Hex465F231A03F3F552e19
Octal1061374332077771255631
Binary10001101011111100011110100111111111111101010110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,95,35); }

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

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

 a { background-color: rgb(70,95,35); }

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

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

 span { border-color: rgb(70,95,35); }

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