#465530

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

Shades of Clover #465530

Tints of Clover #465530

Color information

#465530 (or 0x465530) is unknown color: approx Clover. HEX triplet: 46, 55 and 30. RGB value is (70,85,48). Sum of RGB (Red+Green+Blue) = 70+85+48=203 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.48% from 203); Green value is 85 (33.59% from 255 or 41.87% from 203); Blue value is 48 (19.14% from 255 or 23.65% from 203); Max value from RGB is 85 - color contains mainly: green. Hex color #465530 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465530 is #B9AACF. Grayscale: #4C4C4C. Windows color (decimal): -12167888 or 3167558. OLE color: 3167558.

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

Color convert

RGB708548-
CMYK0.1800.440.67
HSL84.32º27.82%26.08%-
HSV(B)84.32º43.53%33.33%-
XYZ6.318.014.01-
YUV76.3112.03123.51-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.48%
GREEN value IS 85 (33.59% from 255) = 41.87%
BLUE value IS 48 (19.14% from 255) = 23.65%
R=34.48%
G=41.87%
B=23.65%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7085480.1800.440.6784.3227.8226.08
Hex4655301202C43541c1a
Octal10612560220541031243432
Binary10001101010101110000100100101100100001110101001110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465530; }

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

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

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

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

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

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

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

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