#465428

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

Shades of Clover #465428

Tints of Clover #465428

Color information

#465428 (or 0x465428) is unknown color: approx Clover. HEX triplet: 46, 54 and 28. RGB value is (70,84,40). Sum of RGB (Red+Green+Blue) = 70+84+40=194 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.08% from 194); Green value is 84 (33.20% from 255 or 43.30% from 194); Blue value is 40 (16.02% from 255 or 20.62% from 194); Max value from RGB is 84 - color contains mainly: green. Hex color #465428 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465428 is #B9ABD7. Grayscale: #4A4A4A. Windows color (decimal): -12168152 or 2643014. OLE color: 2643014.

HSL color Cylindrical-coordinate representation of color #465428: hue angle of 79.09º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #465428 is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB708440-
CMYK0.1700.520.67
HSL79.09º35.48%24.31%-
HSV(B)79.09º52.38%32.94%-
XYZ6.087.83.19-
YUV74.8108.36124.58-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.08%
GREEN value IS 84 (33.20% from 255) = 43.30%
BLUE value IS 40 (16.02% from 255) = 20.62%
R=36.08%
G=43.30%
B=20.62%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7084400.1700.520.6779.0935.4824.31
Hex46542811034434f2318
Octal10612450210641031174330
Binary100011010101001010001000101101001000011100111110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465428; }

 p { color: rgb(70,84,40); }

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

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

 a { background-color: rgb(70,84,40); }

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

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

 span { border-color: rgb(70,84,40); }

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