#465533

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

Shades of Clover #465533

Tints of Clover #465533

Color information

#465533 (or 0x465533) is unknown color: approx Clover. HEX triplet: 46, 55 and 33. RGB value is (70,85,51). Sum of RGB (Red+Green+Blue) = 70+85+51=206 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.98% from 206); Green value is 85 (33.59% from 255 or 41.26% from 206); Blue value is 51 (20.31% from 255 or 24.76% from 206); Max value from RGB is 85 - color contains mainly: green. Hex color #465533 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465533 is #B9AACC. Grayscale: #4C4C4C. Windows color (decimal): -12167885 or 3364166. OLE color: 3364166.

HSL color Cylindrical-coordinate representation of color #465533: hue angle of 86.47º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #465533 is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB708551-
CMYK0.1800.400.67
HSL86.47º25%26.67%-
HSV(B)86.47º40%33.33%-
XYZ6.378.044.35-
YUV76.64113.53123.26-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.98%
GREEN value IS 85 (33.59% from 255) = 41.26%
BLUE value IS 51 (20.31% from 255) = 24.76%
R=33.98%
G=41.26%
B=24.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7085510.1800.400.6786.472526.67
Hex465533120284356191b
Octal10612563220501031263133
Binary10001101010101110011100100101000100001110101101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465533; }

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

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

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

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

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

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

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

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