#3A561A

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

Shades of Clover #3A561A

Tints of Clover #3A561A

Color information

#3A561A (or 0x3A561A) is unknown color: approx Clover. HEX triplet: 3A, 56 and 1A. RGB value is (58,86,26). Sum of RGB (Red+Green+Blue) = 58+86+26=170 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.12% from 170); Green value is 86 (33.98% from 255 or 50.59% from 170); Blue value is 26 (10.55% from 255 or 15.29% from 170); Max value from RGB is 86 - color contains mainly: green. Hex color #3A561A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A561A is #C5A9E5. Grayscale: #464646. Windows color (decimal): -12954086 or 1726010. OLE color: 1726010.

HSL color Cylindrical-coordinate representation of color #3A561A: hue angle of 88º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3A561A is Cyan = 0.33, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB588626-
CMYK0.3300.700.66
HSL88º53.57%21.96%-
HSV(B)88º69.77%33.73%-
XYZ5.267.632.17-
YUV70.79102.72118.88-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 34.12%
GREEN value IS 86 (33.98% from 255) = 50.59%
BLUE value IS 26 (10.55% from 255) = 15.29%
R=34.12%
G=50.59%
B=15.29%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5886260.3300.700.668853.5721.96
Hex3A561A2104642583616
Octal72126324101061021306626
Binary111010101011011010100001010001101000010101100011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A561A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A561A; }

 p { color: rgb(58,86,26); }

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

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

 a { background-color: rgb(58,86,26); }

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

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

 span { border-color: rgb(58,86,26); }

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