#465D21

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

Shades of Clover #465D21

Tints of Clover #465D21

Color information

#465D21 (or 0x465D21) is unknown color: approx Clover. HEX triplet: 46, 5D and 21. RGB value is (70,93,33). Sum of RGB (Red+Green+Blue) = 70+93+33=196 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.71% from 196); Green value is 93 (36.72% from 255 or 47.45% from 196); Blue value is 33 (13.28% from 255 or 16.84% from 196); Max value from RGB is 93 - color contains mainly: green. Hex color #465D21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465D21 is #B9A2DE. Grayscale: #4F4F4F. Windows color (decimal): -12165855 or 2186566. OLE color: 2186566.

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

Color convert

RGB709333-
CMYK0.2500.650.64
HSL83º47.62%24.71%-
HSV(B)83º64.52%36.47%-
XYZ6.719.242.87-
YUV79.28101.88121.38-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.71%
GREEN value IS 93 (36.72% from 255) = 47.45%
BLUE value IS 33 (13.28% from 255) = 16.84%
R=35.71%
G=47.45%
B=16.84%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7093330.2500.650.648347.6224.71
Hex465D211904140533019
Octal106135413101011001236031
Binary1000110101110110000111001010000011000000101001111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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