#465D1F

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

Shades of Clover #465D1F

Tints of Clover #465D1F

Color information

#465D1F (or 0x465D1F) is unknown color: approx Clover. HEX triplet: 46, 5D and 1F. RGB value is (70,93,31). Sum of RGB (Red+Green+Blue) = 70+93+31=194 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.08% from 194); Green value is 93 (36.72% from 255 or 47.94% from 194); Blue value is 31 (12.5% from 255 or 15.98% from 194); Max value from RGB is 93 - color contains mainly: green. Hex color #465D1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465D1F is #B9A2E0. Grayscale: #4F4F4F. Windows color (decimal): -12165857 or 2055494. OLE color: 2055494.

HSL color Cylindrical-coordinate representation of color #465D1F: hue angle of 82.26º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #465D1F is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.64.

Color convert

RGB709331-
CMYK0.2500.670.64
HSL82.26º50%24.31%-
HSV(B)82.26º66.67%36.47%-
XYZ6.699.232.73-
YUV79.05100.88121.54-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.08%
GREEN value IS 93 (36.72% from 255) = 47.94%
BLUE value IS 31 (12.5% from 255) = 15.98%
R=36.08%
G=47.94%
B=15.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7093310.2500.670.6482.265024.31
Hex465D1F1904340523218
Octal106135373101031001226230
Binary100011010111011111111001010000111000000101001011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,93,31); }

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

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

 a { background-color: rgb(70,93,31); }

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

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

 span { border-color: rgb(70,93,31); }

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