#465330

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

Shades of Clover #465330

Tints of Clover #465330

Color information

#465330 (or 0x465330) is unknown color: approx Clover. HEX triplet: 46, 53 and 30. RGB value is (70,83,48). Sum of RGB (Red+Green+Blue) = 70+83+48=201 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.83% from 201); Green value is 83 (32.81% from 255 or 41.29% from 201); Blue value is 48 (19.14% from 255 or 23.88% from 201); Max value from RGB is 83 - color contains mainly: green. Hex color #465330 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465330 is #B9ACCF. Grayscale: #4B4B4B. Windows color (decimal): -12168400 or 3167046. OLE color: 3167046.

HSL color Cylindrical-coordinate representation of color #465330: hue angle of 82.29º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #465330 is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB708348-
CMYK0.1600.420.67
HSL82.29º26.72%25.69%-
HSV(B)82.29º42.17%32.55%-
XYZ6.157.73.96-
YUV75.12112.69124.35-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.83%
GREEN value IS 83 (32.81% from 255) = 41.29%
BLUE value IS 48 (19.14% from 255) = 23.88%
R=34.83%
G=41.29%
B=23.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7083480.1600.420.6782.2926.7225.69
Hex4653301002A43521b1a
Octal10612360200521031223332
Binary10001101010011110000100000101010100001110100101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465330; }

 p { color: rgb(70,83,48); }

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

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

 a { background-color: rgb(70,83,48); }

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

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

 span { border-color: rgb(70,83,48); }

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